summaryrefslogtreecommitdiff
path: root/core/postfix/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/postfix/PKGBUILD')
-rw-r--r--core/postfix/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
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