diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-01-13 19:09:38 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-01-13 19:09:38 +0000 |
commit | bde605d27913ccebf95b3b8ccc9e4d4f2e021c11 (patch) | |
tree | da215ec92244deefe945b289b5da477f72fb022d /main/rxmtp | |
parent | 39abdabd4f1d4296534cb27d2cf4aeda937122f3 (diff) | |
download | aports-bde605d27913ccebf95b3b8ccc9e4d4f2e021c11.tar.bz2 aports-bde605d27913ccebf95b3b8ccc9e4d4f2e021c11.tar.xz |
main/rxtmp: fix non-x86 builds
Diffstat (limited to 'main/rxmtp')
-rw-r--r-- | main/rxmtp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/rxmtp/APKBUILD b/main/rxmtp/APKBUILD index 787b2d4061..6a0a1e44e6 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() { |