lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 38fc6f9df9d56989264de876641595da0d2f5d38
parent 426d1f12d152ffdc71c57cd59e21c8f62c198a7b
Author: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Date:   Thu, 23 Apr 2015 22:20:29 +0300

Merge pull request #1176 from ryzhovau/gnutls_librt

gnutls: fix compilation with external toolchain
Diffstat:
Mlibs/gnutls/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile @@ -127,7 +127,7 @@ CONFIGURE_ARGS+= \ --enable-openssl-compatibility \ --with-default-trust-store-dir=/etc/ssl/certs/ \ --disable-crywrap \ - --with-librt-prefix="$(STAGING_DIR)/" + --with-librt-prefix="$(LIBRT_ROOT_DIR)/" ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y) CONFIGURE_ARGS += --with-included-libtasn1