diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-17 20:02:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-18 09:29:30 +0200 |
commit | 40c491783c3268dc6a2e6d737939d0ebe77469f0 (patch) | |
tree | eab8ae104ebbe667836a086a93e43261d86de0c6 /package/ncurses | |
parent | 981a6d49e9c7317f340484038da5336a539b9cfa (diff) |
remove -lgcc stuff, we use static-libgcc
Diffstat (limited to 'package/ncurses')
-rw-r--r-- | package/ncurses/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index c27f0ba8d..16578aca8 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -26,7 +26,6 @@ include ${TOPDIR}/mk/package.mk $(eval $(call HOST_template,LIBNCURSES,libncurses,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,LIBNCURSES,libncurses,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -TARGET_CFLAGS+= -lgcc CONFIGURE_ENV+= ac_cv_linux_vers=2 CONFIGURE_ARGS+= --without-cxx \ --without-cxx-binding \ |