diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-20 14:28:58 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-20 14:28:58 +0000 |
commit | f43867cbb381015025edc9253e735d01b965f3ff (patch) | |
tree | ad7746a2e7a758d2dd04cffa8458356fc2bf362b /package/lzo/lzo-cross-compile.patch | |
parent | a9abce508d25ce5880fc70140726b613e97f22f5 (diff) | |
download | buildroot-novena-f43867cbb381015025edc9253e735d01b965f3ff.tar.gz buildroot-novena-f43867cbb381015025edc9253e735d01b965f3ff.zip |
lzo: bump version and update to Makefile.autotools.in format
Bump LZO version and update makefile - tested with latest mtdutils.
Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
Diffstat (limited to 'package/lzo/lzo-cross-compile.patch')
-rw-r--r-- | package/lzo/lzo-cross-compile.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/package/lzo/lzo-cross-compile.patch b/package/lzo/lzo-cross-compile.patch deleted file mode 100644 index 68a3d0449..000000000 --- a/package/lzo/lzo-cross-compile.patch +++ /dev/null @@ -1,43 +0,0 @@ -For some reason the lzo autoconf script uses a local macro that does -a test for cross-compiles, and assumes that if the build target name -and the host target name are the same that --host was not specified to -the configure script. In the uClibc buildroot, this is not the case. - ---- lzo-1.08/aclocal.m4 2002-07-12 18:31:52.000000000 -0700 -+++ lzo-1.08/aclocal.m4.new 2004-03-10 15:32:42.000000000 -0700 -@@ -205,12 +205,6 @@ - [ - AC_REQUIRE([AC_PROG_CC]) - --if test "X$cross_compiling" = Xyes; then -- if test "X$build" = "X$host"; then -- AC_MSG_ERROR([you are cross compiling - please use the \`--host=' option]) -- fi --fi -- - ]) - - ---- lzo-1.08/configure-dist 2004-03-11 02:18:28.000000000 -0600 -+++ lzo-1.08/configure 2004-03-11 02:19:16.000000000 -0600 -@@ -2282,13 +2282,13 @@ - - - --if test "X$cross_compiling" = Xyes; then -- if test "X$build" = "X$host"; then -- { { echo "$as_me:$LINENO: error: you are cross compiling - please use the \`--host=' option" >&5 --echo "$as_me: error: you are cross compiling - please use the \`--host=' option" >&2;} -- { (exit 1); exit 1; }; } -- fi --fi -+#if test "X$cross_compiling" = Xyes; then -+# if test "X$build" = "X$host"; then -+# { { echo "$as_me:$LINENO: error: you are cross compiling - please use the \`--host=' option" >&5 -+#echo "$as_me: error: you are cross compiling - please use the \`--host=' option" >&2;} -+# { (exit 1); exit 1; }; } -+# fi -+#fi - - - |