lede-packages-rs

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

commit acae17897ff519141204402d1f67a8c7a6cd7dd7
parent 2e09d066982a021ac4060bc5c3ad11ee49b0ec2c
Author: Alexander Ryzhov <github@ryzhov-al.ru>
Date:   Thu, 23 Apr 2015 10:00:34 +0000

gnutls: fix compilation with external toolchain

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>

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