summaryrefslogtreecommitdiffstats
path: root/eurephia.spec
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-10-14 09:42:08 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-10-14 09:44:15 +0200
commit69a0048269c20777633ed9c10523e476dc77e70a (patch)
tree1ef4712f980f7617103a54edef3a6259f1c153a4 /eurephia.spec
parentd5b0ff6ae51f541fb9c9af0e20865d6c3259e05f (diff)
downloadeurephia-69a0048269c20777633ed9c10523e476dc77e70a.tar.gz
eurephia-69a0048269c20777633ed9c10523e476dc77e70a.tar.xz
eurephia-69a0048269c20777633ed9c10523e476dc77e70a.zip
Make use of rpmbuild CFLAGS and build in verbose mode
Diffstat (limited to 'eurephia.spec')
-rw-r--r--eurephia.spec4
1 files changed, 2 insertions, 2 deletions
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