mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #1176 from ryzhovau/gnutls_librt
gnutls: fix compilation with external toolchain
This commit is contained in:
@@ -127,7 +127,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--enable-openssl-compatibility \
|
--enable-openssl-compatibility \
|
||||||
--with-default-trust-store-dir=/etc/ssl/certs/ \
|
--with-default-trust-store-dir=/etc/ssl/certs/ \
|
||||||
--disable-crywrap \
|
--disable-crywrap \
|
||||||
--with-librt-prefix="$(STAGING_DIR)/"
|
--with-librt-prefix="$(LIBRT_ROOT_DIR)/"
|
||||||
|
|
||||||
ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y)
|
ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y)
|
||||||
CONFIGURE_ARGS += --with-included-libtasn1
|
CONFIGURE_ARGS += --with-included-libtasn1
|
||||||
|
|||||||
Reference in New Issue
Block a user