]> git.pld-linux.org Git - packages/ftp.git/commitdiff
- pass rpmldflags
authorsparky <sparky@pld-linux.org>
Thu, 3 Aug 2006 01:24:56 +0000 (01:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ftp.spec -> 1.54

ftp.spec

index 5ffa22b07ec0307b81b5257b00914aa7abc25032..8259231d1f2b6d88fc7dce62ec6e7b638330247f 100644 (file)
--- a/ftp.spec
+++ b/ftp.spec
@@ -106,7 +106,10 @@ pasywnym.
 CFLAGS="%{rpmcflags}" \
 ./configure \
        --with-c-compiler="%{__cc}"
-%{__make} LIBTERMCAP=-ltinfo CFLAGS="%{rpmcflags} -D__USE_READLINE__"
+%{__make} \
+       LIBTERMCAP="-ltinfo" \
+       LDFLAGS="%{rpmldflags}" \
+       CFLAGS="%{rpmcflags} -D__USE_READLINE__"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.073719 seconds and 4 git commands to generate.