summaryrefslogtreecommitdiff
path: root/package/ncurses
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-18 09:48:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-18 09:48:43 +0200
commita659b48c31fd5215fed44e4a8fb52260b9e20619 (patch)
tree99087c9ff82ca574390d28d0ef56f6177be4a2c9 /package/ncurses
parent6d0e8b653345047f932fe74163327d363e2d4ac5 (diff)
update and fix musl compile
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index e9aaddf9a..4a2eea8e7 100644
--- a/package/ncurses/Makefile
+++ b/package/ncurses/Makefile
@@ -24,6 +24,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBNCURSES,libncurses,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,LIBNCURSES_DEV,libncurses-dev,${PKG_VERSION}-${PKG_RELEASE},libncurses,${PKGSD_LIBNCURSES_DEV},${PKGSC_LIBNCURSES_DEV}))
+TARGET_CFLAGS+= -lgcc
CONFIGURE_ENV+= ac_cv_linux_vers=2
CONFIGURE_ARGS+= --without-cxx \
--without-cxx-binding \