From: Jo-Philipp Wich Date: Wed, 15 Dec 2010 08:43:39 +0000 (+0000) Subject: id3lib: packaging .a files and passing --disable-static at the same time is a bit... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b0cee60652d694215691fc6abc2f838b7fc239ee;p=openwrt%2Fsvn-archive%2Fpackages.git id3lib: packaging .a files and passing --disable-static at the same time is a bit pointless... SVN-Revision: 24596 --- diff --git a/libs/id3lib/Makefile b/libs/id3lib/Makefile index 28662d8d8..24ec47ac6 100644 --- a/libs/id3lib/Makefile +++ b/libs/id3lib/Makefile @@ -32,7 +32,7 @@ TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --enable-shared \ - --disable-static + --enable-static #CONFIGURE_VARS += \ CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti" \