diff options
author | Alexander Ryzhov <github@ryzhov-al.ru> | 2015-04-23 10:00:34 +0000 |
---|---|---|
committer | Alexander Ryzhov <github@ryzhov-al.ru> | 2015-04-23 10:00:34 +0000 |
commit | acae17897ff519141204402d1f67a8c7a6cd7dd7 (patch) | |
tree | 151b6b83671e8c3ced01f7977d62ba7d86da5651 /libs/gnutls | |
parent | 2e09d066982a021ac4060bc5c3ad11ee49b0ec2c (diff) |
gnutls: fix compilation with external toolchain
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat (limited to 'libs/gnutls')
-rw-r--r-- | libs/gnutls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index e5cbdbd98..ea8aa53d0 100644 --- 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 |