summaryrefslogtreecommitdiff
path: root/package/gnutls
diff options
context:
space:
mode:
Diffstat (limited to 'package/gnutls')
-rw-r--r--package/gnutls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gnutls/Makefile b/package/gnutls/Makefile
index 4ad915ba3..2ebad3fa9 100644
--- a/package/gnutls/Makefile
+++ b/package/gnutls/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --enable-cryptodev
endif
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
-TARGET_LDFLAGS+= -pthread
+TARGET_LDFLAGS+= -pthread -L$(STAGING_DIR)/usr/lib64
CONFIGURE_ARGS+= --disable-rpath \
--without-libz-prefix \
--without-p11-kit \