]> git.pld-linux.org Git - packages/fontconfig.git/commitdiff
- %%{__cc} can contain spaces
authorbszx <bszx@pld-linux.org>
Mon, 14 Apr 2003 18:40:58 +0000 (18:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fontconfig.spec -> 1.20

fontconfig.spec

index 0a9acee1b467200a3b6c88750a8121e02402806c..62bf3fbadb52cd5c3ec5340689ca0d43e2b12238 100644 (file)
@@ -71,7 +71,7 @@ cd %{name}
 cd %{name}
 %{__autoconf}
 %configure
-%{__make} CC=%{__cc}
+%{__make} CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.029222 seconds and 4 git commands to generate.