SPECS: iproute2.spec - rel 2; unbreak 'ip link add link eth0 name test type...

arekm arekm at pld-linux.org
Thu Jan 22 08:35:44 CET 2009


Author: arekm                        Date: Thu Jan 22 07:35:43 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 2; unbreak 'ip link add link eth0 name test type vlan help' by adding -Wl,-export-dynamic to LDFLAGS.

---- Files affected:
SPECS:
   iproute2.spec (1.177 -> 1.178) 

---- Diffs:

================================================================
Index: SPECS/iproute2.spec
diff -u SPECS/iproute2.spec:1.177 SPECS/iproute2.spec:1.178
--- SPECS/iproute2.spec:1.177	Fri Jan 16 15:43:12 2009
+++ SPECS/iproute2.spec	Thu Jan 22 08:35:38 2009
@@ -18,7 +18,7 @@
 Name:		iproute2
 # do not use ,,2.6.X'' as version here, put whole number like 2.6.8
 Version:	2.6.28
-Release:	1
+Release:	2
 License:	GPL
 Group:		Networking/Admin
 Source0:	http://devresources.linux-foundation.org/dev/iproute2/download/%{name}-%{version}.tar.bz2
@@ -123,7 +123,7 @@
 %endif
 	HOSTCC="%{__cc}" \
 	OPT="%{rpmcflags}" \
-	LDFLAGS="%{rpmldflags}" \
+	LDFLAGS="%{rpmldflags} -Wl,-export-dynamic" \
 	%{!?with_tc:SUBDIRS="lib ip misc"}
 
 %{?with_doc:%{__make} -C doc}
@@ -172,6 +172,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.178  2009/01/22 07:35:38  arekm
+- rel 2; unbreak 'ip link add link eth0 name test type vlan help' by adding -Wl,-export-dynamic to LDFLAGS.
+
 Revision 1.177  2009/01/16 14:43:12  arekm
 - up to 2.6.28
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iproute2.spec?r1=1.177&r2=1.178&f=u



More information about the pld-cvs-commit mailing list