diff options
Diffstat (limited to 'package/libnet/patches/patch-include_config_h')
-rw-r--r-- | package/libnet/patches/patch-include_config_h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/package/libnet/patches/patch-include_config_h b/package/libnet/patches/patch-include_config_h index 1a2e2f8e2..f6e21d0b9 100644 --- a/package/libnet/patches/patch-include_config_h +++ b/package/libnet/patches/patch-include_config_h @@ -1,9 +1,9 @@ --- Libnet-1.0.2a.orig/include/config.h 1970-01-01 00:00:00.000000000 +0100 -+++ Libnet-1.0.2a/include/config.h 2009-06-12 21:52:51.000000000 +0200 -@@ -0,0 +1,107 @@ -+/* include/config.h. Generated by configure. */ ++++ Libnet-1.0.2a/include/config.h 2009-08-23 00:40:11.126420818 +0200 +@@ -0,0 +1,111 @@ ++/* include/config.h. Generated from config.h.in by configure. */ +/* include/config.h.in. Generated from configure.in by autoheader. */ -+/* ++/* $Id: acconfig.h,v 1.1.1.1 2000/05/25 00:28:49 route Exp $ + * + * Libnet autoconfiguration acconfig.h file + * Copyright (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com> @@ -82,6 +82,10 @@ +/* Define to 1 if you have the <unistd.h> header file. */ +#define HAVE_UNISTD_H 1 + ++/* Define to the sub-directory in which libtool stores uninstalled libraries. ++ */ ++#define LT_OBJDIR ".libs/" ++ +/* Name of package */ +#define PACKAGE "libnet" + |