~alpine/aports

[alpine-aports] [PATCH] main/haproxy: fix build on mips{el} (-latomic)

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20181128072020.337124B9E6@mx7.valuehost.ru>
Sender timestamp
1543388480
DKIM signature
missing
Download raw message
Patch: +2 -0
Note mipsel* is intentional to cover out-of-tree mipseln8hf.
---
 main/haproxy/APKBUILD | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/main/haproxy/APKBUILD b/main/haproxy/APKBUILD
index 84644fc13b..e83bb1259c 100644
--- a/main/haproxy/APKBUILD
+++ b/main/haproxy/APKBUILD
@@ -22,7 +22,9 @@ builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	case "$CARCH" in mips|mipsel*) _carchflags="ADDLIB=-latomic";; esac
	make \
	     $_carchflags \
	     TARGET=linux2628 \
	     USE_PCRE=1 \
	     USE_OPENSSL=1 \
-- 
2.19.1




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)