summaryrefslogtreecommitdiff
path: root/package/gnutls
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-25 15:57:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-25 15:57:42 +0200
commitb24967f7f53aca7ca634086ff09f2c78ea3c41df (patch)
treea617375339d465c39b461763b6b85139442186fb /package/gnutls
parent7f3beb6e14c70030395275040e17baeb8c109541 (diff)
fix the annoying bug, where c++ apps fail to link for mips n32 or x86_64 systems
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 912912b2b..9f2c1bae9 100644
--- a/package/gnutls/Makefile
+++ b/package/gnutls/Makefile
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --enable-cryptodev
endif
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
-TARGET_LDFLAGS+= -pthread -L$(STAGING_DIR)/usr/lib64
+TARGET_LDFLAGS+= -pthread
CONFIGURE_ARGS+= --disable-rpath \
--without-libz-prefix \
--without-p11-kit