X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Flibid3tag%2FMakefile;h=e15313144056b8ee24c3a8acadf5659d9bc6e891;hb=e15b79049fc58fdc8fe0375ae15941aae3e50be2;hp=ad7c9042b4cf837e984fe197cc6de1b07c1a078b;hpb=25b680300e4045f2715128a41efe215ec8689568;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/libs/libid3tag/Makefile b/libs/libid3tag/Makefile index ad7c9042b4..e153131440 100644 --- a/libs/libid3tag/Makefile +++ b/libs/libid3tag/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -16,9 +15,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/mad PKG_MD5SUM:=e5808ad997ba32c498803822078748c3 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install - include $(INCLUDE_DIR)/package.mk define Package/libid3tag @@ -34,6 +30,8 @@ define Package/libid3tag/description ID3v1 and the various versions of ID3v2. endef +TARGET_CFLAGS += $(FPIC) + define Build/Configure $(call Build/Configure/Default, \ --enable-shared \ @@ -56,12 +54,6 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/libid3tag.{a,so*} $(1)/usr/lib/ endef -define Build/UninstallDev - rm -rf \ - $(STAGING_DIR)/usr/include/id3tag.h \ - $(STAGING_DIR)/usr/lib/libid3tag.{a,so*} -endef - define Package/libid3tag/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libid3tag.so.* $(1)/usr/lib/