aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2020-02-02 16:18:33 -0800
committerYosl <yosl@seattlemesh.net>2020-02-02 16:18:33 -0800
commit656bc15a14d3a9bf484a6a43b2b1123692075d73 (patch)
tree187260a2051fe9510aeaa905f996b48b0c6210ec
parent771b1abc95afee96bc4522abbb7cec1ef0ea5ac3 (diff)
downloadgnunet-rpm-656bc15a14d3a9bf484a6a43b2b1123692075d73.tar.gz
gnunet-rpm-656bc15a14d3a9bf484a6a43b2b1123692075d73.zip
sed fix for rpath errors should come after ./configure
-rw-r--r--rpmbuild/SPECS/gnunet-fedora.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmbuild/SPECS/gnunet-fedora.spec b/rpmbuild/SPECS/gnunet-fedora.spec
index fd86b31..4e590cb 100644
--- a/rpmbuild/SPECS/gnunet-fedora.spec
+++ b/rpmbuild/SPECS/gnunet-fedora.spec
@@ -95,10 +95,10 @@ 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
100#--prefix=%{_prefix} 98#--prefix=%{_prefix}
101./configure --prefix=/usr --libdir=/lib64 --disable-rpath --disable-static 99./configure --prefix=/usr --libdir=/lib64 --disable-rpath --disable-static
100sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
101sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
102make clean 102make clean
103%{make_build} 103%{make_build}
104 104