blob: 42d18dc4dba71c2a701fb7b32c6ce8fbeb3d3536 (
plain)
1
2
3
4
5
6
7
8
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
|