]> git.pld-linux.org Git - packages/f2c.git/commitdiff
- CC="%{__cc}"
authortwittner <twittner@pld-linux.org>
Sat, 28 May 2005 23:34:57 +0000 (23:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f2c.spec -> 1.3

f2c.spec

index 040e78a583a5e094484c334708e032758b25e5c4..0eaf127d8929f4e646392a958b88f0c1190af279 100644 (file)
--- a/f2c.spec
+++ b/f2c.spec
@@ -43,9 +43,11 @@ mkdir -p libf2c/PIC
 cp -f libf2c/makefile.u libf2c/Makefile
 cp -f src/makefile.u src/Makefile
 make -C src f2c \
+       CC="%{__cc}" \
        RPM_OPT_FLAGS="%{rpmcflags}" \
        MFLAG="$MFLAG"
 make -C libf2c \
+       CC="%{__cc}" \
        RPM_OPT_FLAGS="%{rpmcflags}" \
        MFLAG="$MFLAG" 
 
This page took 0.063207 seconds and 4 git commands to generate.