From: Jo-Philipp Wich Date: Wed, 15 Dec 2010 08:43:39 +0000 (+0000) Subject: [packages] id3lib: packaging .a files and passing --disable-static at the same time... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=e5c3d8ade7f62c873861f9e1f7c6b292c67df889 [packages] 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 28662d8d82..24ec47ac64 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" \