]> git.pld-linux.org Git - packages/browser-plugin-mozplugger.git/commitdiff
- quote %{__cc}
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Mar 2006 14:35:10 +0000 (14:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    browser-plugin-mozplugger.spec -> 1.16

browser-plugin-mozplugger.spec

index 8e7eb391ca6c332981e6166c6558484debd7deef..0a6f5798c77ee79dbd211307905f13433b796d94 100644 (file)
@@ -43,7 +43,7 @@ CF="$CF -I%{_includedir}/mozilla/java -I/usr/include/nspr -I%{_includedir}/mozil
         XCFLAGS="$CF" NORM_CFLAGS="$CF" \
         XLDFLAGS=-shared \
        LDFLAGS="%{rpmldflags} -L/usr/X11R6/%{_lib}" \
-        CC=%{__cc} LD=%{__cc} \
+        CC="%{__cc}" LD="%{__cc}" \
         SDK=. X11=%{_prefix}
 
 %install
This page took 0.083794 seconds and 4 git commands to generate.