]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- pass CC="%{__cc}" for userspace
authorsparky <sparky@pld-linux.org>
Sun, 26 Feb 2006 14:44:53 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eagle-usb.spec -> 1.74

eagle-usb.spec

index e6f7e79ef7bb9fc3b3bd307a6d38d7680d19ab2f..157f7411386f912bb7271f6d08250d085dc47d6c 100644 (file)
@@ -134,12 +134,16 @@ cd -
 %{__autoconf}
 %configure \
        %{!?with_cmvs:--disable-cmvs} \
-       --with-dsp-dir=%{_datadir}/misc 
+       --with-dsp-dir=%{_datadir}/misc
+
 %{__make} -C driver/firmware \
+       CC="%{__cc}" \
        OPT="%{rpmcflags}"
 %{__make} -C driver/user \
+       CC="%{__cc}" \
        OPT="%{rpmcflags}"
 %{__make} -C pppoa \
+       CC="%{__cc}" \
        OPT="%{rpmcflags}"
 %endif
 
This page took 0.029546 seconds and 4 git commands to generate.