work for openldap
emul32bit not build
This commit is contained in:
@@ -51,8 +51,8 @@ def setup():
|
||||
--enable-proctitle \
|
||||
--enable-overlays=mod \
|
||||
--with-pic \
|
||||
--without-cyrus-sasl \
|
||||
--with-threads \
|
||||
--with-cyrus-sasl \
|
||||
--without-fetch \
|
||||
--enable-crypt \
|
||||
--enable-ipv6 \
|
||||
@@ -71,13 +71,14 @@ def setup():
|
||||
--disable-wrappers \
|
||||
--disable-spasswd \
|
||||
--disable-perl \
|
||||
--with-tls \
|
||||
--without-tls \
|
||||
--without-cyrus-sasl"
|
||||
else: options += " --with-tls=moznss"
|
||||
|
||||
shelltools.export("AUTOMAKE", "/bin/true")
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure(options)
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -15,9 +15,11 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>db-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>tcp-wrappers-devel</Dependency>
|
||||
<!--Dependency>cyrus-sasl-devel</Dependency-->
|
||||
<Dependency>cyrus-sasl-devel</Dependency>
|
||||
<Dependency>libtool-ltdl</Dependency>
|
||||
<Dependency>groff</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">openldap-2.4.39-blfs_paths-1.patch</Patch>
|
||||
|
||||
Reference in New Issue
Block a user