From c4d3564f4ae5ddc0a7128bb1c140d1e2b3eb16c1 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sun, 4 Oct 2009 07:51:04 +0000 Subject: [PATCH] - Add --with-pcap-includes to fix build with libpcap 1.0 --- yersinia.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yersinia.spec b/yersinia.spec index 891bfcb..836a02b 100644 --- a/yersinia.spec +++ b/yersinia.spec @@ -40,7 +40,7 @@ implementing new ones): %build -%configure +%configure --with-pcap-includes=%{_includedir}/pcap make %{?_smp_mflags} CFLAGS="%{optflags}" %install @@ -67,7 +67,7 @@ rm -rf %{buildroot} %changelog * Sun Oct 04 2009 Kevin Kofler - 0.7.1-6 -- Rebuild again +- Add --with-pcap-includes to fix build with libpcap 1.0 * Thu Sep 24 2009 Fabian Affolter - 0.7.1-5 - Rebuild for new libpcap