]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- don't disable optimization auto/ti/ekg2-0_1_1-3_1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 6 May 2008 19:44:54 +0000 (19:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg2.spec -> 1.85

ekg2.spec

index 850fe8e8cde94fe193d529ccc5218df9275acc4e..f36f1cdddbaee91e2155090f20ed56d4c5eb102c 100644 (file)
--- a/ekg2.spec
+++ b/ekg2.spec
@@ -274,6 +274,8 @@ cd ..
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+# for hostent.h_addr (should be in CPPFLAGS, but it's overridden in plugins/jabber)
+CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
 %configure \
        --enable-unicode \
        --with%{!?with_aspell:out}-aspell \
@@ -290,8 +292,7 @@ cd ..
        --with%{!?with_sqlite3:out}-sqlite3 \
        --with%{!?with_xosd:out}-xosd
 
-%{__make} \
-       CFLAGS="-D_GNU_SOURCE"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.161657 seconds and 4 git commands to generate.