aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-12-22 12:55:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-12-22 13:05:46 -0300
commit6f77cf2bdff79185926b2ee0e1cfef6e6e25c794 (patch)
treefd91e692dba0a14022270d6afdb768984c258450
parentaec50eaab579071035a62be6d1d799410b8cba38 (diff)
community/captagent: fix build by disabling -fno-common
-rw-r--r--community/captagent/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/captagent/APKBUILD b/community/captagent/APKBUILD
index 086ec2492a4..82eb73f397e 100644
--- a/community/captagent/APKBUILD
+++ b/community/captagent/APKBUILD
@@ -18,6 +18,7 @@ build() {
cd "$builddir"
./build.sh
+ CFLAGS="$CFLAGS -fcommon"
./configure \
--build=$CBUILD \
--host=$CHOST \