libsoup: fix intltool host dependency. Cleaup some build args

Signed-off-by: Ted Hess <thess@kitschensync.net>
(cherry-picked from 0daec55ce5)
This commit is contained in:
Ted Hess 2018-11-13 16:31:57 -05:00 committed by Rosen Penev
parent cbfd07701b
commit 540ebc3302
1 changed files with 4 additions and 10 deletions

View File

@ -1,5 +1,3 @@
#
# Copyright (C) 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.
@ -18,15 +16,14 @@ PKG_MD5SUM:=73b1fb774de16c29b380f87016f9f9dd
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING PKG_LICENSE_FILES:=COPYING
PKG_BUILD_DEPENDS:=intltool/host
PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf PKG_FIXUP:=autoreconf
PKG_INSTALL:=1 PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/nls.mk
TARGET_LDFLAGS+=\
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib $(if $(ICONV_FULL),-liconv)
define Package/libsoup define Package/libsoup
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
@ -36,17 +33,14 @@ define Package/libsoup
DEPENDS:=+glib2 +libxml2 +libgnutls +libsqlite3 $(ICONV_DEPENDS) $(INTL_DEPENDS) DEPENDS:=+glib2 +libxml2 +libgnutls +libsqlite3 $(ICONV_DEPENDS) $(INTL_DEPENDS)
endef endef
define Build/Configure CONFIGURE_ARGS += \
$(call Build/Configure/Default, \
--enable-ssl \ --enable-ssl \
--disable-glibtest \ --disable-glibtest \
--without-apache-httpd \ --without-apache-httpd \
--without-gnome \ --without-gnome \
--without-gssapi \ --without-gssapi \
--enable-vala=no \ --enable-vala=no \
--disable-more-warnings \ --disable-more-warnings
)
endef
define package/libsoup/decription define package/libsoup/decription
Libsoup is an HTTP library implementation in C Libsoup is an HTTP library implementation in C