diff options
author | Ted Hess <thess@kitschensync.net> | 2017-08-08 14:27:52 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2017-08-08 14:28:41 -0400 |
commit | dac24333161424815a700fe5e51594f37320395e (patch) | |
tree | 4d657537fc09136dccce448653abd98e4a39d590 /libs/libmms | |
parent | 2cedae0aa9befe1135c83f007942d89ec906658e (diff) |
libmms: Remove iconv dependency no longer needed.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/libmms')
-rw-r--r-- | libs/libmms/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/libmms/Makefile b/libs/libmms/Makefile index 239c64f73..485ad0df9 100644 --- a/libs/libmms/Makefile +++ b/libs/libmms/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2010-2014 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmms PKG_VERSION:=0.6.4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/libmms @@ -23,7 +21,6 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/nls.mk define Package/libmms SECTION:=libs @@ -31,7 +28,6 @@ define Package/libmms DEPENDS:=+glib2 TITLE:=MMS stream protocol library URL:=http://libmms.sourceforge.net - DEPENDS:=$(ICONV_DEPENDS) endef define Package/libmms/description @@ -42,7 +38,6 @@ define Package/libmms/description endef TARGET_CFLAGS += $(FPIC) -TARGET_LDFLAGS += $(if $(ICONV_FULL),-liconv) define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include |