libmms: Remove iconv dependency no longer needed.
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
2cedae0aa9
commit
dac2433316
1 changed files with 1 additions and 6 deletions
|
@ -1,6 +1,4 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010-2014 OpenWrt.org
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
@ -9,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libmms
|
PKG_NAME:=libmms
|
||||||
PKG_VERSION:=0.6.4
|
PKG_VERSION:=0.6.4
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/libmms
|
PKG_SOURCE_URL:=@SF/libmms
|
||||||
|
@ -23,7 +21,6 @@ PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
|
||||||
|
|
||||||
define Package/libmms
|
define Package/libmms
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
|
@ -31,7 +28,6 @@ define Package/libmms
|
||||||
DEPENDS:=+glib2
|
DEPENDS:=+glib2
|
||||||
TITLE:=MMS stream protocol library
|
TITLE:=MMS stream protocol library
|
||||||
URL:=http://libmms.sourceforge.net
|
URL:=http://libmms.sourceforge.net
|
||||||
DEPENDS:=$(ICONV_DEPENDS)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libmms/description
|
define Package/libmms/description
|
||||||
|
@ -42,7 +38,6 @@ define Package/libmms/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
TARGET_LDFLAGS += $(if $(ICONV_FULL),-liconv)
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
|
Loading…
Reference in a new issue