gnutls: remove RPATH

This commit is contained in:
heitbaum 2022-01-07 13:49:10 +00:00
parent 01f88a6e68
commit a51f500384

View File

@ -16,6 +16,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-doc \
--disable-guile \
--disable-libdane \
--disable-padlock \
--disable-rpath \
--disable-tests \
--disable-tools \
--disable-valgrind-tests \
@ -25,3 +26,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-doc \
--with-included-unistring \
--without-p11-kit \
--without-tpm"
post_configure_target() {
libtool_remove_rpath libtool
}