Fix apr pick up of log4cxx (#7347)
This commit is contained in:
parent
17772fcd43
commit
b106c86fa3
1 changed files with 4 additions and 1 deletions
|
@ -43,5 +43,8 @@ class Log4cxx(AutotoolsPackage):
|
|||
patch('log4cxx-0.10.0-narrowing-fixes-from-upstream.patch')
|
||||
|
||||
def configure_args(self):
|
||||
args = ['--disable-static']
|
||||
args = ['--disable-static',
|
||||
# 'apr''s 'bin' isn't pulled (via apr-util) into build env
|
||||
'--with-apr={0}'.format(self.spec['apr'].prefix)]
|
||||
|
||||
return args
|
||||
|
|
Loading…
Reference in a new issue