index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-04 18:50:48 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-04 18:50:48 +0100 |
commit | db04852874c84583ae67922b82243b4482d1efa8 (patch) | |
tree | 9613fc97f1ed75a9a3d6aa75c12200dad78a15c7 /i486-stage3/libsasl | |
parent | 0eb0a8e2998e3a25b76f1b39b8f3e8cbe303e367 (diff) |
-rw-r--r-- | i486-stage3/libsasl/DESCR | 4 |
diff --git a/i486-stage3/libsasl/DESCR b/i486-stage3/libsasl/DESCR index 42d18dc..68d06e7 100644 --- a/i486-stage3/libsasl/DESCR +++ b/i486-stage3/libsasl/DESCR @@ -1,9 +1,13 @@ # libsasl needs libdlap, but libldap can use libsasl? break the cyrcle.. sed -i "/makedepends=/s/libldap//" PKGBUILD +sed -i 's/--with-ldap/--without-ldap/' PKGBUILD +sed -i 's/--enable-ldapdb/--disable-ldapdb/' PKGBUILD # breaking the krb5 needs libldap needs libsasl needs krb5 cycle.. sed -i "/makedepends=/s/krb5//" PKGBUILD # no database bindings sed -i "/makedepends=/s/postgresql-libs//" PKGBUILD +sed -i 's/--with-pgsql=.*/--without-pgsql \\/' PKGBUILD sed -i "/makedepends=/s/libmariadbclient//" PKGBUILD +sed -i 's/--with-mysql=.*/--without-mysql \\/' PKGBUILD |