diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-09 20:58:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-09 20:58:44 +0000 |
commit | 8ce201b4d780207f1b9e04e8c3022ede56cb4172 (patch) | |
tree | adf4b0559c8e52e82ea196ca1df8b4bbc20ee13a /sources/netsnmp.patch | |
parent | add0cec2834b3261fced3e9e79d8660515264fd4 (diff) | |
download | buildroot-novena-8ce201b4d780207f1b9e04e8c3022ede56cb4172.tar.gz buildroot-novena-8ce201b4d780207f1b9e04e8c3022ede56cb4172.zip |
Fixup cross-compile patch
Diffstat (limited to 'sources/netsnmp.patch')
-rw-r--r-- | sources/netsnmp.patch | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sources/netsnmp.patch b/sources/netsnmp.patch index db3df3dee..829800d60 100644 --- a/sources/netsnmp.patch +++ b/sources/netsnmp.patch @@ -1,7 +1,11 @@ ---- net-snmp-5.0.8/configure.in.orig 2003-06-04 13:10:32.000000000 -0600 -+++ net-snmp-5.0.8/configure.in 2003-06-04 13:11:46.000000000 -0600 -@@ -1718,9 +1718,6 @@ - AC_MSG_ERROR([You are cross-compiling, but you have not specified the target's endianness]) +--- net-snmp-5.0.7/configure.in.orig 2003-06-09 14:54:18.000000000 -0600 ++++ net-snmp-5.0.7/configure.in 2003-06-09 14:54:42.000000000 -0600 +@@ -1710,13 +1710,8 @@ + if test $cross_compiling = yes; then + if test $with_endianness = "big"; then + AC_DEFINE(WORDS_BIGENDIAN) +- elif test -z $with_endianness; then +- AC_MSG_ERROR([You are cross-compiling, but you have not specified the target's endianness]) fi else - if test $with_endianness; then |