From e0d287dd3c2f191632089c52d221cf322953f530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 2 Jul 2018 08:14:00 +0200 Subject: [PATCH] protobuf: fix armv5* and mips* build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/protobuf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/protobuf/template b/srcpkgs/protobuf/template index e46a9f7c3d7..822e78074c1 100644 --- a/srcpkgs/protobuf/template +++ b/srcpkgs/protobuf/template @@ -22,7 +22,7 @@ if [ "$CROSS_BUILD" ]; then fi case "$XBPS_TARGET_MACHINE" in - armv6l*) + armv[56]*|mips*) makedepends+=" libatomic-devel" LDFLAGS+=" -latomic" ;;