X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fid3lib%2FMakefile;h=28662d8d82a96e11761685cf5409f790f7033a10;hb=1e28de24b4d969bcb2000a3158ffce1775ca6a74;hp=04d2aae2721bc010c3e4f36a1926204291f7e8a2;hpb=63a6ab878dd3626be00cf55e71fddb8e8ebf3601;p=packages.git diff --git a/libs/id3lib/Makefile b/libs/id3lib/Makefile index 04d2aae27..28662d8d8 100644 --- a/libs/id3lib/Makefile +++ b/libs/id3lib/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -16,6 +16,7 @@ PKG_SOURCE_URL:=@SF/id3lib PKG_MD5SUM:=19f27ddd2dda4b2d26a559a4f0f402a7 PKG_FIXUP:=libtool-ucxx +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -31,16 +32,12 @@ TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --enable-shared \ - --enable-static \ + --disable-static -CONFIGURE_VARS += \ +#CONFIGURE_VARS += \ CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti" \ LIBS="-nodefaultlibs -lz -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm" \ -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/id3 $(1)/usr/include/