]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- add %{rpmcflags} to CC, else libgadu is built without them auto/th/ekg-1_6-1
authorsparky <sparky@pld-linux.org>
Sat, 25 Feb 2006 18:59:12 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg.spec -> 1.203

ekg.spec

index 7b93ed571ad1fe1e0a5f747eeae0f33665060221..8eca1a4fc3b4069c4414a337d2ac003731439cde 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -181,7 +181,7 @@ Statyczna biblioteka libgadu.
        %{?with_ioctl_daemon:--enable-ioctld}
 
 %{__make} \
-       CC="%{__cc}  -Wall -I/usr/include/ncurses"
+       CC="%{__cc} %{rpmcflags} -Wall -I/usr/include/ncurses"
 
 %if %{with ioctl_daemon}
 %{__make} -C src ioctld
This page took 0.04821 seconds and 4 git commands to generate.