diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-16 20:47:52 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-16 20:47:52 +0000 |
commit | 83a468b1255dc1e8ad94bc8fd3b23f10fc43f542 (patch) | |
tree | 418d4747c09059c8d6ad5a91e46ac4a70fda353a /libnet/libnet-1.1.0/configure.patch | |
parent | a5336ecee563c915a9b96f66bb0ead2c01503dd9 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/01/16 14:47:41-06:00 ti.com!kergoth
Move the old and really new libnet versions out of the main part of the tree, to stop breaking the dsniff and libnids builds.
BKrev: 40084df838x9FIKRdj4UOVx9sDlLgg
Diffstat (limited to 'libnet/libnet-1.1.0/configure.patch')
-rw-r--r-- | libnet/libnet-1.1.0/configure.patch | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/libnet/libnet-1.1.0/configure.patch b/libnet/libnet-1.1.0/configure.patch deleted file mode 100644 index 876c4292bd..0000000000 --- a/libnet/libnet-1.1.0/configure.patch +++ /dev/null @@ -1,61 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- libnet/acinclude.m4~configure -+++ libnet/acinclude.m4 -@@ -184,7 +184,7 @@ - AC_CACHE_VAL(ac_cv_lbl_unaligned_fail, - [case "$target_cpu" in - -- alpha|hp*|mips|sparc) -+ alpha|hp*|mips|sparc|arm) - ac_cv_lbl_unaligned_fail=yes - ;; - -@@ -259,7 +259,8 @@ - dnl - - AC_DEFUN(AC_LIBNET_ENDIAN_CHECK, -- [AC_MSG_CHECKING(machine endianess) -+ [AC_CACHE_CHECK([machine_endianness], -+ ac_cv_libnet_endianess, [ - - cat > conftest.c << EOF - # include <stdio.h> -@@ -312,8 +313,7 @@ - fi - fi - rm -f conftest* core core.conftest -- -- AC_MSG_RESULT($ac_cv_libnet_endianess) -+ ]) - - if test $ac_cv_libnet_endianess = big ; then - AC_DEFINE(LIBNET_BIG_ENDIAN) -@@ -324,7 +324,7 @@ - ENDIANESS="LIBNET_LIL_ENDIAN" - LIBNET_CONFIG_DEFINES="$LIBNET_CONFIG_DEFINES -DLIBNET_LIL_ENDIAN" - fi -- ]) -+]) - - dnl - dnl Improved version of AC_CHECK_LIB ---- libnet/./configure.in~configure -+++ libnet/./configure.in -@@ -7,10 +7,11 @@ - dnl Process this file with autoconf to produce a configure script. - - --AC_INIT(src/libnet_build_ip.c) -+AC_INIT -+AC_CONFIG_SRCDIR([src/libnet_build_ip.c]) - LIBNET_VERSION=`cat VERSION` - AC_MSG_RESULT(beginning autoconfiguration process for libnet-$LIBNET_VERSION...) --AC_CANONICAL_SYSTEM -+AC_CANONICAL_TARGET([]) - - AM_INIT_AUTOMAKE(libnet, $LIBNET_VERSION) - AM_CONFIG_HEADER(include/config.h) |