expat: don't pick up external docbook (#13228)
This commit is contained in:
parent
f08f4201c7
commit
b0543005b2
@ -37,7 +37,7 @@ def url_for_version(self, version):
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
args = []
|
||||
args = ['--without-docbook']
|
||||
if '+libbsd' in spec and '@2.2.1:' in spec:
|
||||
args = ['--with-libbsd']
|
||||
args.append('--with-libbsd')
|
||||
return args
|
||||
|
Loading…
Reference in New Issue
Block a user