index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-06-13 14:39:30 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-06-13 14:39:30 +0200 |
commit | 25e9a6d8598b7c66171428d498a0dfef7914432c (patch) | |
tree | 1a39929ff3757d3d339903da8805e2158512c875 /core | |
parent | 21e022dc2aa80f72daab7c0c943c6043ce697e95 (diff) |
-rw-r--r-- | core/postfix/PKGBUILD | 11 |
diff --git a/core/postfix/PKGBUILD b/core/postfix/PKGBUILD deleted file mode 100644 index a6e73395..00000000 --- a/core/postfix/PKGBUILD +++ /dev/null @@ -1,11 +0,0 @@ -# do not make postfix depend on a micro-optimized Mysql (for i486) -if [ "${CARCH}" = "i486" ]; then - depends=(${depends[@]//mariadb-libs/}) - eval "$( - declare -f build | \ - sed ' - s|-DHAS_MYSQL -I/usr/include/mysql||g - s|-lmysqlclient||g - ' - )" -fi |