summaryrefslogtreecommitdiff
path: root/package/fltk/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-17 20:02:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-18 09:29:30 +0200
commit40c491783c3268dc6a2e6d737939d0ebe77469f0 (patch)
treeeab8ae104ebbe667836a086a93e43261d86de0c6 /package/fltk/Makefile
parent981a6d49e9c7317f340484038da5336a539b9cfa (diff)
remove -lgcc stuff, we use static-libgcc
Diffstat (limited to 'package/fltk/Makefile')
-rw-r--r--package/fltk/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/fltk/Makefile b/package/fltk/Makefile
index d294570b2..ef0a20677 100644
--- a/package/fltk/Makefile
+++ b/package/fltk/Makefile
@@ -27,12 +27,11 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBFLTK,libfltk,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
ifeq ($(ADK_COMPILE_LIBFLTK_WITH_UCLIBCXX),y)
-LIBRARIES:=-nodefaultlibs -luClibc++ -lgcc -lgcc_s -lm -lc
-endif
-
+LIBRARIES:=-nodefaultlibs -luClibc++ -lm -lc
ifeq ($(ADK_TOOLCHAIN_USE_SSP),y)
LIBRARIES+=-lssp -lssp_nonshared
endif
+endif
CONFIGURE_ARGS+= --disable-xinerama