SPECS: dhcpcd.spec - use cflags when linking

sparky sparky at pld-linux.org
Wed Dec 6 06:20:00 CET 2006


Author: sparky                       Date: Wed Dec  6 05:20:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use cflags when linking

---- Files affected:
SPECS:
   dhcpcd.spec (1.64 -> 1.65) 

---- Diffs:

================================================================
Index: SPECS/dhcpcd.spec
diff -u SPECS/dhcpcd.spec:1.64 SPECS/dhcpcd.spec:1.65
--- SPECS/dhcpcd.spec:1.64	Wed Dec  6 06:17:56 2006
+++ SPECS/dhcpcd.spec	Wed Dec  6 06:19:54 2006
@@ -96,7 +96,7 @@
 %{__make} \
 	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags}" \
-	LDFLAGS="%{rpmldflags}" \
+	LDFLAGS="%{rpmcflags} %{rpmldflags}" \
 	mandir=%{_mandir} \
 	sbindir=%{_sbindir}
 
@@ -125,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.65  2006/12/06 05:19:54  sparky
+- use cflags when linking
+
 Revision 1.64  2006/12/06 05:17:56  shadzik
 - add CC
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dhcpcd.spec?r1=1.64&r2=1.65&f=u



More information about the pld-cvs-commit mailing list