SPECS: acl.spec - pass rpmldflags

sparky sparky at pld-linux.org
Sun Jul 30 19:05:26 CEST 2006


Author: sparky                       Date: Sun Jul 30 17:05:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass rpmldflags

---- Files affected:
SPECS:
   acl.spec (1.72 -> 1.73) 

---- Diffs:

================================================================
Index: SPECS/acl.spec
diff -u SPECS/acl.spec:1.72 SPECS/acl.spec:1.73
--- SPECS/acl.spec:1.72	Thu Jun 22 08:11:17 2006
+++ SPECS/acl.spec	Sun Jul 30 19:05:20 2006
@@ -64,6 +64,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+sed -e '/LTLDFLAGS/s/$/ $(LLDFLAGS)/' -i libacl/Makefile
 
 %build
 rm -f aclocal.m4
@@ -73,7 +74,8 @@
 	DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
 	OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
 
-%{__make}
+%{__make} \
+	LLDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -140,6 +142,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73  2006/07/30 17:05:20  sparky
+- pass rpmldflags
+
 Revision 1.72  2006/06/22 06:11:17  arekm
 - up to 2.2.39
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/acl.spec?r1=1.72&r2=1.73&f=u



More information about the pld-cvs-commit mailing list