mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
gnurl: reduce feature-set to match specs in README
gnurl's README states quite excatly which CONFIGURE_ARGS to pass, so disable lots of unneeded stuff. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
+30
-13
@@ -42,34 +42,51 @@ define Package/libgnurl
|
|||||||
$(call Package/gnurl/Default)
|
$(call Package/gnurl/Default)
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libgnutls +libidn
|
DEPENDS:=+libgnutls +libidn +zlib
|
||||||
TITLE:=A client-side HTTP/HTTPS transfer library
|
TITLE:=A client-side HTTP/HTTPS transfer library
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-debug \
|
|
||||||
--disable-ares \
|
|
||||||
$(call autoconf_bool,CONFIG_IPV6,ipv6) \
|
$(call autoconf_bool,CONFIG_IPV6,ipv6) \
|
||||||
|
--with-gnutls="$(STAGING_DIR)/usr" \
|
||||||
|
--with-libidn="$(STAGING_DIR)/usr" \
|
||||||
|
--with-zlib="$(STAGING_DIR)/usr" \
|
||||||
|
--enable-tls-srp \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-manual \
|
|
||||||
--disable-ldap \
|
|
||||||
--disable-ldaps \
|
|
||||||
--with-gnutls="$(STAGING_DIR)/usr" \
|
|
||||||
--with-ipv6 \
|
|
||||||
--with-libidn="$(STAGING_DIR)/usr" \
|
|
||||||
--without-axtls \
|
--without-axtls \
|
||||||
--without-ca-bundle \
|
--without-libssh2 \
|
||||||
--without-ca-path \
|
|
||||||
--without-cyassl \
|
|
||||||
--without-libmetalink \
|
--without-libmetalink \
|
||||||
|
--without-winidn \
|
||||||
--without-librtmp \
|
--without-librtmp \
|
||||||
|
--without-nghttp2 \
|
||||||
--without-nss \
|
--without-nss \
|
||||||
|
--without-cyassl \
|
||||||
--without-polarssl \
|
--without-polarssl \
|
||||||
--without-ssl \
|
--without-ssl \
|
||||||
--without-zlib
|
--without-winssl \
|
||||||
|
--without-darwinssl \
|
||||||
|
--disable-ares \
|
||||||
|
--disable-sspi \
|
||||||
|
--disable-ntlm-wb \
|
||||||
|
--disable-ldap \
|
||||||
|
--disable-ldaps \
|
||||||
|
--disable-rtsp \
|
||||||
|
--disable-dict \
|
||||||
|
--disable-telnet \
|
||||||
|
--disable-tftp \
|
||||||
|
--disable-pop3 \
|
||||||
|
--disable-imap \
|
||||||
|
--disable-smtp \
|
||||||
|
--disable-gopher \
|
||||||
|
--disable-file \
|
||||||
|
--disable-ftp \
|
||||||
|
--disable-smb \
|
||||||
|
--disable-debug \
|
||||||
|
--disable-manual \
|
||||||
|
--disable-verbose
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
||||||
|
|||||||
Reference in New Issue
Block a user