rpms/labrea/devel labrea.spec,1.3,1.4

Kevin Kofler kkofler at fedoraproject.org
Sun Oct 4 06:55:07 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/labrea/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28982/devel

Modified Files:
	labrea.spec 
Log Message:
* Sun Oct 4 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.5.1-5
- Fix build with GCC 4.4 (#511524)


Index: labrea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/labrea/devel/labrea.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- labrea.spec	25 Jul 2009 04:51:59 -0000	1.3
+++ labrea.spec	4 Oct 2009 06:55:07 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:             labrea
 Version:          2.5.1
-Release:          4%{?dist}
+Release:          5%{?dist}
 Summary:          Tarpit (slow to a crawl) worms and port scanners
 Group:            Applications/Productivity
 License:          GPLv2
@@ -20,6 +20,9 @@ servers to detect and trap worms, hacker
 
 %prep
 %setup -q -n %{download_name}
+# -I- is no longer supported by GCC and -I /usr/include is just pointless
+sed -i -e 's/-I- @DNETINC@ @PCAPINC@//g' src/Makefile.am
+sed -i -e 's/-I- @DNETINC@ @PCAPINC@//g' src/Makefile.in
 
 
 %build
@@ -46,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Oct 4 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.5.1-5
+- Fix build with GCC 4.4 (#511524)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list