blob: 532024d9b39b733b4b6256b992c65fb8c1033d4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
diff -U 0 -r paketto-1.10.orig/configure paketto-1.10/configure
--- paketto-1.10.orig/configure 2004-02-27 14:43:51.218810376 -0500
+++ paketto-1.10/configure 2004-02-27 14:45:12.830403528 -0500
@@ -1019 +1019 @@
- --with-libnet-bin=DIR define location of libnet-config
+ --with-libnet-bin=DIR define location of libnet-1.0-config
@@ -7404,0 +7405 @@
+dxp_libnet_builtin=no
@@ -7438,2 +7438,2 @@
- # Extract the first word of "libnet-config", so it can be a program name with args.
-set dummy libnet-config; ac_word=$2
+ # Extract the first word of "libnet-1.0-config", so it can be a program name with args.
+set dummy libnet-1.0-config; ac_word=$2
@@ -7479 +7479 @@
- echo "Could not find libnet-config in the path: $dxp_libnet_config_path."
+ echo "Could not find libnet-1.0-config in the path: $dxp_libnet_config_path."
@@ -7485,2 +7485,2 @@
- DXP_LIBNET_FLAGS="`libnet-config --defines` -I$srcdir/Libnet-1.0.2a/include"
- DXP_LIBNET_LIBS="-lnet -L$srcdir/Libnet-1.0.2a/lib"
+ DXP_LIBNET_FLAGS="`libnet-1.0-config --defines` -I$srcdir/Libnet-1.0.2a/include"
+ DXP_LIBNET_LIBS="-lnet-1.0 -L$srcdir/Libnet-1.0.2a/lib"
@@ -7490,2 +7490,2 @@
- DXP_LIBNET_FLAGS="`libnet-config --defines -I$dxp_libnet_root/include/libnet`"
- DXP_LIBNET_LIBS="-lnet -L$dxp_libnet_root/lib"
+ DXP_LIBNET_FLAGS="`libnet-1.0-config --defines` -I$dxp_libnet_root/include/libnet"
+ DXP_LIBNET_LIBS="-lnet-1.0 -L$dxp_libnet_root/lib"
diff -U 0 -r paketto-1.10.orig/src/lc.c paketto-1.10/src/lc.c
--- paketto-1.10.orig/src/lc.c 2004-02-27 14:43:51.222809768 -0500
+++ paketto-1.10/src/lc.c 2004-02-27 14:44:07.895275168 -0500
@@ -2 +2 @@
-#include <libnet.h>
+#include <libnet-1.0.h>
diff -U 0 -r paketto-1.10.orig/src/paketto.h paketto-1.10/src/paketto.h
--- paketto-1.10.orig/src/paketto.h 2004-02-27 14:43:51.222809768 -0500
+++ paketto-1.10/src/paketto.h 2004-02-27 14:44:04.379809600 -0500
@@ -7 +7 @@
-#include <libnet.h>
+#include <libnet-1.0.h>
|