cyrus-sasl fix deps, openldap dependency cause circledep, removed.
This commit is contained in:
@@ -32,7 +32,7 @@ def setup():
|
||||
--with-plugindir=/usr/lib/sasl2 \
|
||||
--with-dbpath=/etc/sasl2/sasldb2 \
|
||||
--with-pam \
|
||||
--with-ldap \
|
||||
--without-ldap \
|
||||
--with-openssl \
|
||||
--with-dblib=gdbm \
|
||||
--with-gss_impl=mit \
|
||||
@@ -46,7 +46,7 @@ def setup():
|
||||
--enable-login \
|
||||
--enable-ntlm \
|
||||
--enable-plain \
|
||||
--enable-ldapdb \
|
||||
--disable-ldapdb \
|
||||
--enable-checkapop \
|
||||
--enable-alwaystrue \
|
||||
--disable-java \
|
||||
@@ -57,6 +57,9 @@ def setup():
|
||||
--disable-passdss \
|
||||
--disable-macos-framework \
|
||||
--disable-static")
|
||||
|
||||
# for remove unused
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make("-j1")
|
||||
|
||||
@@ -16,6 +16,11 @@
|
||||
<Archive sha1sum="d6669fb91434192529bd13ee95737a8a5040241c" type="targz">http://cyrusimap.org/releases/cyrus-sasl-2.1.26.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>mit-kerberos</Dependency>
|
||||
<Dependency>pam-devel</Dependency>
|
||||
<Dependency>gdbm-devel</Dependency>
|
||||
<Dependency>e2fsprogs-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>groff</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--Patch level="1">fix-linkage.patch</Patch-->
|
||||
@@ -44,8 +49,12 @@
|
||||
<Package>
|
||||
<Name>cyrus-sasl</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>openldap-client</Dependency>
|
||||
<!--<Dependency>openldap-client</Dependency>-->
|
||||
<Dependency>mit-kerberos</Dependency>
|
||||
<Dependency>pam</Dependency>
|
||||
<Dependency>gdbm</Dependency>
|
||||
<Dependency>e2fsprogs</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
|
||||
Reference in New Issue
Block a user