summaryrefslogtreecommitdiffstats
path: root/main/rxmtp
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-01-13 19:09:38 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-01-13 19:09:38 +0000
commitbde605d27913ccebf95b3b8ccc9e4d4f2e021c11 (patch)
treeda215ec92244deefe945b289b5da477f72fb022d /main/rxmtp
parent39abdabd4f1d4296534cb27d2cf4aeda937122f3 (diff)
downloadaports-bde605d27913ccebf95b3b8ccc9e4d4f2e021c11.tar.bz2
aports-bde605d27913ccebf95b3b8ccc9e4d4f2e021c11.tar.xz
main/rxtmp: fix non-x86 builds
Diffstat (limited to 'main/rxmtp')
-rw-r--r--main/rxmtp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/rxmtp/APKBUILD b/main/rxmtp/APKBUILD
index 787b2d406..6a0a1e44e 100644
--- a/main/rxmtp/APKBUILD
+++ b/main/rxmtp/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname=rxmtp
pkgver=1.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="Rewrite and eXchange smtp proxy"
url="http://dev.alpinelinux.org/alpine/rxmtp"
arch="all"
@@ -27,7 +27,7 @@ prepare() {
build() {
cd "$_builddir"
- make PREFIX=/usr || return 1
+ make CFLAGS="$CFLAGS" PREFIX=/usr || return 1
}
package() {