diff options
Diffstat (limited to 'package/wput/Makefile')
-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 |