SPECS: ftp.spec - pass rpmldflags

sparky sparky at pld-linux.org
Thu Aug 3 03:25:01 CEST 2006


Author: sparky                       Date: Thu Aug  3 01:25:01 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass rpmldflags

---- Files affected:
SPECS:
   ftp.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: SPECS/ftp.spec
diff -u SPECS/ftp.spec:1.53 SPECS/ftp.spec:1.54
--- SPECS/ftp.spec:1.53	Mon May 22 19:30:57 2006
+++ SPECS/ftp.spec	Thu Aug  3 03:24:56 2006
@@ -107,7 +107,10 @@
 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
@@ -154,6 +157,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2006/08/03 01:24:56  sparky
+- pass rpmldflags
+
 Revision 1.53  2006/05/22 17:30:57  witekfl
 - fixed build really using readline
 - rel 24
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ftp.spec?r1=1.53&r2=1.54&f=u



More information about the pld-cvs-commit mailing list