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

ftp.spec

index 7f52c878d56421561116ddc6ca5107fc4ae2b7c9..8d21ab0dc88e7e893e2cdeaabef99d99bcfffe29 100644 (file)
--- a/ftp.spec
+++ b/ftp.spec
@@ -104,7 +104,8 @@ pasywnym.
 
 %build
 CFLAGS="%{rpmcflags}" \
-./configure --with-c-compiler=%{__cc}
+./configure \
+       --with-c-compiler="%{__cc}"
 %{__make} LIBTERMCAP=-ltinfo CFLAGS="%{rpmcflags}"
 
 %install
This page took 0.067778 seconds and 4 git commands to generate.