openldap: enable creation of static libraries (#20013)
This commit is contained in:
parent
f613e10f24
commit
439b329c38
@ -47,7 +47,7 @@ class Openldap(AutotoolsPackage):
|
|||||||
@when('+client_only')
|
@when('+client_only')
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
return ['CPPFLAGS=-D_GNU_SOURCE',
|
return ['CPPFLAGS=-D_GNU_SOURCE',
|
||||||
'--disable-static',
|
'--enable-static',
|
||||||
'--enable-dynamic',
|
'--enable-dynamic',
|
||||||
'--disable-debug',
|
'--disable-debug',
|
||||||
'--disable-slapd',
|
'--disable-slapd',
|
||||||
@ -57,7 +57,7 @@ def configure_args(self):
|
|||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
# Ref: https://www.openldap.org/lists/openldap-technical/201009/msg00304.html
|
# Ref: https://www.openldap.org/lists/openldap-technical/201009/msg00304.html
|
||||||
args = ['CPPFLAGS=-D_GNU_SOURCE', # fixes a build error, see Ref above
|
args = ['CPPFLAGS=-D_GNU_SOURCE', # fixes a build error, see Ref above
|
||||||
'--disable-static',
|
'--enable-static',
|
||||||
'--disable-debug',
|
'--disable-debug',
|
||||||
'--with-cyrus-sasl',
|
'--with-cyrus-sasl',
|
||||||
'--enable-dynamic',
|
'--enable-dynamic',
|
||||||
|
Loading…
Reference in New Issue
Block a user