libnetfilter_queue-0.0.15-3
This commit is contained in:
parent
590bfe26f4
commit
be98bf1ff1
12
libnetfilter_queue-linuxtypes.patch
Normal file
12
libnetfilter_queue-linuxtypes.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/utils/nfqnl_test.c b/utils/nfqnl_test.c
|
||||
index af224de..be72974 100644
|
||||
--- a/utils/nfqnl_test.c
|
||||
+++ b/utils/nfqnl_test.c
|
||||
@@ -3,6 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <netinet/in.h>
|
||||
+#include <linux/types.h>
|
||||
#include <linux/netfilter.h> /* for NF_ACCEPT */
|
||||
|
||||
#include <libnetfilter_queue/libnetfilter_queue.h>
|
@ -1,11 +1,12 @@
|
||||
Name: libnetfilter_queue
|
||||
Version: 0.0.15
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Netfilter queue userspace library
|
||||
Group: System Environment/Libraries
|
||||
License: GPL
|
||||
URL: http://netfilter.org
|
||||
Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
|
||||
Patch0: libnetfilter_queue-linuxtypes.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libnfnetlink-devel, pkgconfig
|
||||
@ -31,6 +32,7 @@ libnetfilter_queue has been previously known as libnfnetlink_queue.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-rpath
|
||||
@ -65,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Fri Feb 22 2008 Paul P Komkoff Jr <i@stingr.net> - 0.0.15-3
|
||||
- fix compilation with newer glibc/headers/whatever
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.15-2
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user