diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-25 17:18:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-25 17:23:16 +0100 |
commit | 9757a002a5dbd192c2ba84802cd52d2944dd66c4 (patch) | |
tree | b1c7813b338f9e40d1d447c3ce061cb1aa9ba27c /package/wput | |
parent | 440ed593a60d7f7e01be3e184f9d303d2d8bc2f1 (diff) |
wput: fix compile issue with gcc >= 10
Diffstat (limited to 'package/wput')
-rw-r--r-- | package/wput/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wput/Makefile b/package/wput/Makefile index 12f87d61f..3448d6521 100644 --- a/package/wput/Makefile +++ b/package/wput/Makefile @@ -17,6 +17,7 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,WPUT,wput,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +TARGET_CFLAGS+= -fcommon CONFIGURE_ARGS+= --disable-g-switch \ --without-ssl |