expat: don't pick up external docbook (#13228)

This commit is contained in:
Christoph Junghans 2019-10-16 05:59:51 -07:00 committed by GitHub
parent f08f4201c7
commit b0543005b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ def url_for_version(self, version):
def configure_args(self): def configure_args(self):
spec = self.spec spec = self.spec
args = [] args = ['--without-docbook']
if '+libbsd' in spec and '@2.2.1:' in spec: if '+libbsd' in spec and '@2.2.1:' in spec:
args = ['--with-libbsd'] args.append('--with-libbsd')
return args return args