mirror of https://github.com/openwrt/packages.git
libmms: Remove iconv dependency no longer needed.
Signed-off-by: Ted Hess <thess@kitschensync.net>pull/4682/head
parent
2cedae0aa9
commit
dac2433316
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue