SPECS: dhcp.spec - pass rpmldflags

sparky sparky at pld-linux.org
Sat Aug 5 04:05:02 CEST 2006


Author: sparky                       Date: Sat Aug  5 02:05:02 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass rpmldflags

---- Files affected:
SPECS:
   dhcp.spec (1.114 -> 1.115) 

---- Diffs:

================================================================
Index: SPECS/dhcp.spec
diff -u SPECS/dhcp.spec:1.114 SPECS/dhcp.spec:1.115
--- SPECS/dhcp.spec:1.114	Sat Aug  5 03:54:31 2006
+++ SPECS/dhcp.spec	Sat Aug  5 04:04:57 2006
@@ -149,7 +149,9 @@
 	CC_OPTIONS="%{rpmcflags} \
 	-D_PATH_DHCPD_DB=\\\"/var/lib/%{name}/dhcpd.leases\\\" \
 	-D_PATH_DHCLIENT_DB=\\\"/var/lib/%{name}/dhclient.leases\\\" " \
-	DEBUG="" VARDB="/var/lib/%{name}"
+	LFLAGS="%{rpmldflags}" \
+	DEBUG="" \
+	VARDB="/var/lib/%{name}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -270,6 +272,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.115  2006/08/05 02:04:57  sparky
+- pass rpmldflags
+
 Revision 1.114  2006/08/05 01:54:31  aredridel
 - revert USE_SOCKET_FALLBACK, breaks dhclient on 802.11 links with drivers
   that don't reform packets into 802.1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dhcp.spec?r1=1.114&r2=1.115&f=u



More information about the pld-cvs-commit mailing list