Also build static library (#20016)
This commit is contained in:
@@ -39,7 +39,9 @@ def url_for_version(self, version):
|
|||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
args = ['--without-docbook']
|
args = ['--without-docbook',
|
||||||
|
'--enable-static',
|
||||||
|
]
|
||||||
if '+libbsd' in spec and '@2.2.1:' in spec:
|
if '+libbsd' in spec and '@2.2.1:' in spec:
|
||||||
args.append('--with-libbsd')
|
args.append('--with-libbsd')
|
||||||
return args
|
return args
|
||||||
|
Reference in New Issue
Block a user