summaryrefslogtreecommitdiff
path: root/package/gnutls
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-02-11 16:33:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-02-11 16:33:43 +0100
commit19677ae003abec9c066b05a319d69c4b461693dc (patch)
tree83c3de97d727bd4b842cede7c3eacaa4f9a7d921 /package/gnutls
parentb68dff1a52f09163271f91aa9ad532cbef515621 (diff)
fix compile issues
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 \