work for openldap

emul32bit not build
This commit is contained in:
Ertuğrul Erata
2015-07-03 20:29:59 +03:00
parent 727f679942
commit bc4340e0fc
2 changed files with 6 additions and 3 deletions
+3 -2
View File
@@ -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():
+3 -1
View File
@@ -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>