Browse Source

Merge pull request #8060 from neheb/so

libsoup: Disable debug and introspection
lilik-openwrt-22.03
Ted Hess 6 years ago
committed by GitHub
parent
commit
805a478555
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      libs/libsoup/Makefile

+ 5
- 2
libs/libsoup/Makefile View 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


Loading…
Cancel
Save