rpms/libpcap/devel libpcap-0.9.7-shared.patch, 1.1, 1.2 libpcap.spec, 1.7, 1.8

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Fri Jun 27 12:18:43 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/libpcap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2249

Modified Files:
	libpcap-0.9.7-shared.patch libpcap.spec 
Log Message:
- use CFLAGS when linking (#445682)


libpcap-0.9.7-shared.patch:

Index: libpcap-0.9.7-shared.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libpcap/devel/libpcap-0.9.7-shared.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpcap-0.9.7-shared.patch	24 Jul 2007 15:58:58 -0000	1.1
+++ libpcap-0.9.7-shared.patch	27 Jun 2008 12:17:53 -0000	1.2
@@ -21,7 +21,7 @@
 +all: libpcap.a libpcap.so.$(VERSION)
 +
 +libpcap.so.$(VERSION): $(OBJ)
-+	gcc -shared -Wl,-soname -Wl,libpcap.so.$(SOVERSION) -o libpcap.so.$(VERSION) $(OBJ) 
++	gcc -shared -Wl,-soname -Wl,libpcap.so.$(SOVERSION) $(CFLAGS) -o libpcap.so.$(VERSION) $(OBJ) 
  
  libpcap.a: $(OBJ)
  	@rm -f $@


Index: libpcap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpcap/devel/libpcap.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libpcap.spec	19 Feb 2008 14:03:30 -0000	1.7
+++ libpcap.spec	27 Jun 2008 12:17:53 -0000	1.8
@@ -3,7 +3,7 @@
 Name: libpcap
 Epoch: 14
 Version: 0.9.8
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A system-independent interface for user-level packet capture
 Group: Development/Libraries
 License: BSD with advertising
@@ -84,6 +84,9 @@
 %{_mandir}/man3/pcap.3*
 
 %changelog
+* Fri Jun 27 2008 Miroslav Lichvar <mlichvar at redhat.com> 14:0.9.8-3
+- use CFLAGS when linking (#445682)
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 14:0.9.8-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list