index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-03 20:14:22 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-03 20:14:22 +0100 |
commit | 0eb0a8e2998e3a25b76f1b39b8f3e8cbe303e367 (patch) | |
tree | 948ba986b47dc3c29074d94e952ac56ef3b18e56 /i486-stage3/libsasl | |
parent | 499cf4bdd6ed942cafad91edcdfc60af30f98939 (diff) |
-rw-r--r-- | i486-stage3/libsasl/DESCR | 9 |
diff --git a/i486-stage3/libsasl/DESCR b/i486-stage3/libsasl/DESCR new file mode 100644 index 0000000..42d18dc --- /dev/null +++ b/i486-stage3/libsasl/DESCR @@ -0,0 +1,9 @@ +# libsasl needs libdlap, but libldap can use libsasl? break the cyrcle.. +sed -i "/makedepends=/s/libldap//" 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 "/makedepends=/s/libmariadbclient//" PKGBUILD |