]> git.pld-linux.org Git - packages/almsd.git/commitdiff
- pass CC (together with optflags - used CFLAGS don't contain any -O)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Jan 2004 14:06:37 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    almsd.spec -> 1.8

almsd.spec

index 827b2f742f01ce142e7f57d6ff31002ec1eec4b5..0a0c64aa6cd6108160a8e876b13f3f45f3db6ebf 100644 (file)
@@ -159,7 +159,8 @@ Modu
        --prefix=%{_bindir} \
        --libdir=%{_libdir}
 
-%{__make}
+%{__make} \
+       CC="%{__cc} %{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.079778 seconds and 4 git commands to generate.