summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2004-12-03 20:58:33 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit78649088ecd0f51b4872cea9920cb714e3afec7d (patch)
treeed7ffe10c904776c33897b056af6cbb7bf9945b1
parent7b26fdf24d0c8c6fc799922066c0fbd577fd9be5 (diff)
downloadsmtpproxy-78649088ecd0f51b4872cea9920cb714e3afec7d.zip
smtpproxy-78649088ecd0f51b4872cea9920cb714e3afec7d.tar.gz
- CC fix
Changed files: smtpproxy.spec -> 1.13
-rw-r--r--smtpproxy.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/smtpproxy.spec b/smtpproxy.spec
index fd2bb4c..5c1a7c1 100644
--- a/smtpproxy.spec
+++ b/smtpproxy.spec
@@ -30,7 +30,7 @@ sprawdzając czy klient i serwer spełniają specyfikację protokołu (RFC
%build
%{__make} \
- CC=%{__cc} \
+ CC="%{__cc}" \
CFLAGS="%{rpmcflags}"
%install
@@ -42,7 +42,6 @@ install smtp.proxy.1 $RPM_BUILD_ROOT%{_mandir}/man1
install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/smtpproxy
-
%clean
rm -rf $RPM_BUILD_ROOT