commit d6fccbddba289371a6e1d69d1e78ce5df907d34e
parent e80ebe384c0f0cddf999a315498bf36d03513017
Author: Ted Hess <thess@kitschensync.net>
Date: Tue, 31 May 2016 10:15:46 -0400
Merge pull request #2770 from jow-/libsoup-fix
libsoup: disable overly strict warnings, use system wide intltool.m4
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libs/libsoup/Makefile b/libs/libsoup/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libsoup
PKG_VERSION:=2.53.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.53
@@ -19,6 +19,7 @@ PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
PKG_FIXUP:=autoreconf
+PKG_REMOVE_FILES:=m4/intltool.m4
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
@@ -43,6 +44,7 @@ define Build/Configure
--without-apache-httpd \
--without-gnome \
--enable-vala=no \
+ --disable-more-warnings \
)
endef