SPECS: gpm.spec - LDFLAGS="%{rpmldflags}" (configure overwrites pa...

sparky sparky at pld-linux.org
Sat Aug 5 04:21:27 CEST 2006


Author: sparky                       Date: Sat Aug  5 02:21:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- LDFLAGS="%{rpmldflags}" (configure overwrites passed LDFLAGS)

---- Files affected:
SPECS:
   gpm.spec (1.133 -> 1.134) 

---- Diffs:

================================================================
Index: SPECS/gpm.spec
diff -u SPECS/gpm.spec:1.133 SPECS/gpm.spec:1.134
--- SPECS/gpm.spec:1.133	Thu Jul 27 23:01:56 2006
+++ SPECS/gpm.spec	Sat Aug  5 04:21:22 2006
@@ -239,7 +239,8 @@
 %configure \
 	--disable-debug \
 	--with-curses
-%{__make}
+%{__make} \
+	LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -312,6 +313,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.134  2006/08/05 02:21:22  sparky
+- LDFLAGS="%{rpmldflags}" (configure overwrites passed LDFLAGS)
+
 Revision 1.133  2006/07/27 21:01:56  witekfl
 - added the weel.patch
 - rel 8
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gpm.spec?r1=1.133&r2=1.134&f=u



More information about the pld-cvs-commit mailing list