aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2020-02-01 20:36:47 -0800
committerYosl <yosl@seattlemesh.net>2020-02-01 20:36:47 -0800
commit22a4de36c5504ff390176063d1c8bf8e1e602fa2 (patch)
treea503a59efd8bdf066600ef1b68f0d9e185ea1af3
parent12c2ef77dea4f9d3ef741faea383871448da787b (diff)
downloadgnunet-rpm-22a4de36c5504ff390176063d1c8bf8e1e602fa2.tar.gz
gnunet-rpm-22a4de36c5504ff390176063d1c8bf8e1e602fa2.zip
Use ./configure manually instead of using %configure rpm-macro
-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 6f6dd72..b8a8799 100644
--- a/rpmbuild/SPECS/gnunet-fedora.spec
+++ b/rpmbuild/SPECS/gnunet-fedora.spec
@@ -94,9 +94,9 @@ echo "%SHA512SUM0 %SOURCE0" | sha512sum -c -
94 94
95%build 95%build
96#%configure 96#%configure
97%configure --disable-rpath 97#%configure --disable-rpath
98#--prefix=%{_prefix} 98#--prefix=%{_prefix}
99#./configure 99./configure --prefix=/usr --libdir=/lib64 --disable-rpath --disable-static
100%{make_build} 100%{make_build}
101 101
102%pre 102%pre