summaryrefslogtreecommitdiff
path: root/package/id3lib/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-15 12:13:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-15 12:13:56 +0200
commit6ac888a1e388ebd5e92f957b2c77f326ab197765 (patch)
treede57c8c3544fd2ad1979f3e9b3f2ac007ed2761f /package/id3lib/Makefile
parent1eccc1842e2c6a0bce4c448320341f1aef1683b7 (diff)
parent8a56c55457bd7ae1ac7ce62150c2bb0e415d354d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/id3lib/Makefile')
-rw-r--r--package/id3lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/id3lib/Makefile b/package/id3lib/Makefile
index 370b40755..bcff710b1 100644
--- a/package/id3lib/Makefile
+++ b/package/id3lib/Makefile
@@ -23,7 +23,7 @@ $(eval $(call PKG_template,ID3LIB,id3lib,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEP
TARGET_CFLAGS+= -fPIC
CONFIGURE_ARGS+= --enable-cxx-warnings=no
-LIBRARIES:=-nodefaultlibs -luClibc++ -lz -lm -lc
+LIBRARIES:=-nodefaultlibs -luClibc++ -lz -lm -lc -lgcc
ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
LIBRARIES+=-lssp -fstack-protector
endif