From b24967f7f53aca7ca634086ff09f2c78ea3c41df Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 25 Oct 2013 15:57:42 +0200 Subject: fix the annoying bug, where c++ apps fail to link for mips n32 or x86_64 systems --- package/gnutls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/gnutls') 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 -- cgit v1.2.3