aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2020-02-01 20:37:41 -0800
committerYosl <yosl@seattlemesh.net>2020-02-01 20:37:41 -0800
commit4522b639ec7b71a18ead166290bb4793734aa6ab (patch)
treecbdae5218eb8241b5dedade5a0fa6cdb407354a0
parent22a4de36c5504ff390176063d1c8bf8e1e602fa2 (diff)
downloadgnunet-rpm-4522b639ec7b71a18ead166290bb4793734aa6ab.tar.gz
gnunet-rpm-4522b639ec7b71a18ead166290bb4793734aa6ab.zip
Use sed to attempt to get rid of rpaths (it didn't work)
-rw-r--r--rpmbuild/SPECS/gnunet-fedora.spec2
1 files changed, 2 insertions, 0 deletions
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 -
95%build 95%build
96#%configure 96#%configure
97#%configure --disable-rpath 97#%configure --disable-rpath
98sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
99sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
98#--prefix=%{_prefix} 100#--prefix=%{_prefix}
99./configure --prefix=/usr --libdir=/lib64 --disable-rpath --disable-static 101./configure --prefix=/usr --libdir=/lib64 --disable-rpath --disable-static
100%{make_build} 102%{make_build}