]> git.pld-linux.org Git - packages/autorespond.git/commitdiff
- pass CC=%%{__cc} to make parameters and adapterize spec. STABLE autorespond-2_0_2-1
authorkloczek <kloczek@pld-linux.org>
Fri, 11 Jan 2002 15:43:19 +0000 (15:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autorespond.spec -> 1.2

autorespond.spec

index 65e8539b0526327df309aa94291b4bb584c31f52..478858c16a6d9b175b9f33a10c1e20950a766524 100644 (file)
@@ -39,7 +39,9 @@ masowe pierwsze
 %setup -q
 
 %build
-%{__make} CFLAGS="%{rpmcflags} -D_REENTRANT"
+%{__make} \
+       CFLAGS="%{rpmcflags} -D_REENTRANT" \
+       CC=%{__cc}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.069611 seconds and 4 git commands to generate.