mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
Merge pull request #21007 from micmac1/gnutls-unistring-optional
gnutls: load libunistring-optional gnulib module
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gnutls
|
||||
PKG_VERSION:=3.8.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_BUILD_FLAGS:=no-mips16
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
@@ -132,6 +132,7 @@ CONFIGURE_ARGS+= \
|
||||
--without-idn \
|
||||
--with-default-trust-store-dir=/etc/ssl/certs/ \
|
||||
--with-included-unistring \
|
||||
--with-included-libunistring \
|
||||
--with-librt-prefix="$(LIBRT_ROOT_DIR)/" \
|
||||
--with-pic \
|
||||
--with-system-priority-file="" \
|
||||
|
||||
11
libs/gnutls/patches/030-unistring-optional.patch
Normal file
11
libs/gnutls/patches/030-unistring-optional.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -471,6 +471,8 @@ DEFAULT_VALGRINDFLAGS='-q --error-exitco
|
||||
|
||||
gl_VALGRIND_TESTS_DEFAULT_NO
|
||||
|
||||
+gl_LIBUNISTRING_OPTIONAL
|
||||
+
|
||||
dnl Note that g*l_INIT are run after we check for library capabilities,
|
||||
dnl to prevent issues from caching lib dependencies. See discussion
|
||||
dnl in https://bugs.gentoo.org/show_bug.cgi?id=494940 and
|
||||
Reference in New Issue
Block a user