From b0cee60652d694215691fc6abc2f838b7fc239ee Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Dec 2010 08:43:39 +0000 Subject: [PATCH] id3lib: packaging .a files and passing --disable-static at the same time is a bit pointless... SVN-Revision: 24596 --- libs/id3lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- 2.30.2