libsoup: Disable debug and introspection 8060/head
authorRosen Penev <rosenp@gmail.com>
Mon, 28 Jan 2019 21:32:40 +0000 (13:32 -0800)
committerRosen Penev <rosenp@gmail.com>
Mon, 28 Jan 2019 22:09:12 +0000 (14:09 -0800)
Reduces package size

175705 to 162704 bytes on mt7621

Also removed NTLM auth support. Brings size down to 161433

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libsoup/Makefile

index e872fe9d6d2249ac81cd794131f9a93e2bd0a73d..d26ef00e5b03e9fcf56d52af8663e0ba29a1d383 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libsoup
 PKG_VERSION:=2.65.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.65
@@ -35,13 +35,16 @@ define Package/libsoup
 endef
 
 CONFIGURE_ARGS += \
+               --disable-debug \
                --disable-glibtest \
                --disable-gtk-doc-html \
+               --disable-introspection \
                --disable-more-warnings \
                --disable-vala \
                --without-apache-httpd \
                --without-gnome \
-               --without-gssapi
+               --without-gssapi \
+               --without-ntlm-auth
 
 define package/libsoup/decription
 Libsoup is an HTTP library implementation in C