diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-04 21:03:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-04 21:03:24 +0000 |
commit | b40cf76736977445c7bdc15ff7b8fa786d33d802 (patch) | |
tree | 6aa1dd6baaeba9c4a809c2d00c1d106dd1ca5c60 /sources/netsnmp.patch | |
parent | c70d248704bdd9f1bf44310422713365fbd675ba (diff) | |
download | buildroot-novena-b40cf76736977445c7bdc15ff7b8fa786d33d802.tar.gz buildroot-novena-b40cf76736977445c7bdc15ff7b8fa786d33d802.zip |
Add needed patch
Diffstat (limited to 'sources/netsnmp.patch')
-rw-r--r-- | sources/netsnmp.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/netsnmp.patch b/sources/netsnmp.patch new file mode 100644 index 000000000..db3df3dee --- /dev/null +++ b/sources/netsnmp.patch @@ -0,0 +1,12 @@ +--- 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]) + fi + else +- if test $with_endianness; then +- AC_MSG_ERROR([Endianness has been specified, but you are not cross-compiling.]) +- fi + AC_C_BIGENDIAN + fi + |