summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-06-13 14:39:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-06-13 14:39:30 +0200
commit25e9a6d8598b7c66171428d498a0dfef7914432c (patch)
tree1a39929ff3757d3d339903da8805e2158512c875 /core
parent21e022dc2aa80f72daab7c0c943c6043ce697e95 (diff)
downloadpackages-25e9a6d8598b7c66171428d498a0dfef7914432c.tar.xz
extra/postfix: moved from core/postfix
Diffstat (limited to 'core')
-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