]> git.pld-linux.org Git - packages/opal.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:
    opal.spec -> 1.5

opal.spec

index 8365f058ac4dd3abbb8138e87a23be2b12dee860..257685e1de3f7060991df8657dd557b030ab79e2 100644 (file)
--- a/opal.spec
+++ b/opal.spec
@@ -75,13 +75,13 @@ PWLIBDIR=%{_prefix}; export PWLIBDIR
 %{__make}
 
 #%{__make} %{?debug:debug}%{!?debug:opt} \
-#              CC=%{__cc} CPLUS=%{__cxx} \
+#              CC="%{__cc}" CPLUS=%{__cxx} \
 #              PWLIB_MAKE=%{_datadir}/pwlib \
 #              ASNPARSER=%{_bindir}/asnparser \
 #              OPTCCFLAGS="%{rpmcflags}"
 
 #%%{__make} -C samples/simple %{?debug:debugshared}%{!?debug:optshared} \
-#              CC=%{__cc} CPLUS=%{__cxx} \
+#              CC="%{__cc}" CPLUS=%{__cxx} \
 #              OPTCCFLAGS="%{rpmcflags}"
 
 %install
This page took 0.164135 seconds and 4 git commands to generate.