From 69a0048269c20777633ed9c10523e476dc77e70a Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 14 Oct 2009 09:42:08 +0200 Subject: Make use of rpmbuild CFLAGS and build in verbose mode --- eurephia.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eurephia.spec') diff --git a/eurephia.spec b/eurephia.spec index bd5bcd6..5df49cf 100644 --- a/eurephia.spec +++ b/eurephia.spec @@ -74,8 +74,8 @@ will provide some information about the password hash salt. %setup -q -b0 -n %{name}-%{version}%{?betatag:_%{betatag}} %build -./configure --prefix %{_prefix} --bin-dir %{_bindir} --xslt-path %{_datadir}/eurephia/xslt --plug-in-dir %{_libdir}/eurephia --plug-in --openvpn-src ../openvpn-2.1_rc20 --fw-iptables --db-sqlite3 --sqlite3-path %{_localstatedir}/lib/eurephia --eurephiadm -make +CFLAGS="%optflags" ./configure --prefix %{_prefix} --bin-dir %{_bindir} --xslt-path %{_datadir}/eurephia/xslt --plug-in-dir %{_libdir}/eurephia --plug-in --openvpn-src ../openvpn-2.1_rc20 --fw-iptables --db-sqlite3 --sqlite3-path %{_localstatedir}/lib/eurephia --eurephiadm +make VERBOSE=1 %install rm -rf $RPM_BUILD_ROOT -- cgit