]> git.pld-linux.org Git - packages/iptables.git/blob - iptables-include_path.patch
- allow build with -O0
[packages/iptables.git] / iptables-include_path.patch
1 diff -uNr iptables-1.2.9-20031209/include.orig/libippool/ip_pool_support.h iptables-1.2.9-20031209/include/libippool/ip_pool_support.h
2 --- iptables-1.2.9-20031209/include.orig/libippool/ip_pool_support.h    2000-08-27 09:47:46.000000000 +0200
3 +++ iptables-1.2.9-20031209/include/libippool/ip_pool_support.h 2004-03-02 19:43:21.895708888 +0100
4 @@ -2,7 +2,7 @@
5  #ifndef _IP_POOL_SUPPORT_H
6  #define _IP_POOL_SUPPORT_H
7  
8 -#include <iptables.h>
9 +#include <iptables/iptables.h>
10  #include <linux/netfilter_ipv4/ip_conntrack.h>
11  #include <linux/netfilter_ipv4/ip_pool.h>
12  
13 diff -uNr iptables-1.2.9-20031209/include.orig/libiptc/libip6tc.h iptables-1.2.9-20031209/include/libiptc/libip6tc.h
14 --- iptables-1.2.9-20031209/include.orig/libiptc/libip6tc.h     2003-05-05 21:33:40.000000000 +0200
15 +++ iptables-1.2.9-20031209/include/libiptc/libip6tc.h  2004-03-02 19:43:55.361621296 +0100
16 @@ -2,7 +2,7 @@
17  #define _LIBIP6TC_H
18  /* Library which manipulates firewall rules. Version 0.2. */
19  
20 -#include <libiptc/ipt_kernel_headers.h>
21 +#include <iptables/libiptc/ipt_kernel_headers.h>
22  #include <linux/netfilter_ipv6/ip6_tables.h>
23  
24  #ifndef IP6T_MIN_ALIGN
25 diff -uNr iptables-1.2.9-20031209/include.orig/libiptc/libiptc.h iptables-1.2.9-20031209/include/libiptc/libiptc.h
26 --- iptables-1.2.9-20031209/include.orig/libiptc/libiptc.h      2003-05-02 17:30:11.000000000 +0200
27 +++ iptables-1.2.9-20031209/include/libiptc/libiptc.h   2004-03-02 19:44:01.982614752 +0100
28 @@ -2,7 +2,7 @@
29  #define _LIBIPTC_H
30  /* Library which manipulates filtering rules. */
31  
32 -#include <libiptc/ipt_kernel_headers.h>
33 +#include <iptables/libiptc/ipt_kernel_headers.h>
34  #include <linux/netfilter_ipv4/ip_tables.h>
35  
36  #ifdef __cplusplus
This page took 0.027105 seconds and 3 git commands to generate.