diff options
Diffstat (limited to 'package/gnutls')
-rw-r--r-- | package/gnutls/Makefile | 2 |
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 |