summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-02 11:45:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-02 11:48:06 +0100
commit6887d9cf24e2f174c66cdfdd7cbc46320fb61af8 (patch)
tree7057751ae0ebb2cb4a07b50b3a1bb262535447b4
parenta7ef87cedf12cb6fe3f883599426407cfad16794 (diff)
wifidog: fix compile with gcc >= 10
-rw-r--r--package/wifidog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wifidog/Makefile b/package/wifidog/Makefile
index 41e73b45b..a3e6e7430 100644
--- a/package/wifidog/Makefile
+++ b/package/wifidog/Makefile
@@ -19,6 +19,7 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,WIFIDOG,wifidog,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_CFLAGS+= -fcommon
CONFIGURE_ENV+= ac_cv_func_memcmp_working=yes \
ac_cv_lib_nsl_main=no \
ac_cv_func_setvbuf_reversed=no