From 4522b639ec7b71a18ead166290bb4793734aa6ab Mon Sep 17 00:00:00 2001 From: Yosl Date: Sat, 1 Feb 2020 20:37:41 -0800 Subject: Use sed to attempt to get rid of rpaths (it didn't work) --- rpmbuild/SPECS/gnunet-fedora.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpmbuild/SPECS/gnunet-fedora.spec b/rpmbuild/SPECS/gnunet-fedora.spec index b8a8799..e750bff 100644 --- a/rpmbuild/SPECS/gnunet-fedora.spec +++ b/rpmbuild/SPECS/gnunet-fedora.spec @@ -95,6 +95,8 @@ echo "%SHA512SUM0 %SOURCE0" | sha512sum -c - %build #%configure #%configure --disable-rpath +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool #--prefix=%{_prefix} ./configure --prefix=/usr --libdir=/lib64 --disable-rpath --disable-static %{make_build} -- cgit v1.2.3