source:
freewrt/package/liblzo/patches/lzo-cross-compile.patch@
d419478
| Last change on this file since d419478 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 1.4 KB | |
-
lzo-1.08/aclocal.m4
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.
old new 205 205 [ 206 206 AC_REQUIRE([AC_PROG_CC]) 207 207 208 if test "X$cross_compiling" = Xyes; then209 if test "X$build" = "X$host"; then210 AC_MSG_ERROR([you are cross compiling - please use the \`--host=' option])211 fi212 fi213 214 208 ]) 215 209 216 210 -
lzo-1.08/
old new 2282 2282 2283 2283 2284 2284 2285 if test "X$cross_compiling" = Xyes; then2286 if test "X$build" = "X$host"; then2287 { { echo "$as_me:$LINENO: error: you are cross compiling - please use the \`--host=' option" >&52288 echo "$as_me: error: you are cross compiling - please use the \`--host=' option" >&2;}2289 { (exit 1); exit 1; }; }2290 fi2291 fi2285 #if test "X$cross_compiling" = Xyes; then 2286 # if test "X$build" = "X$host"; then 2287 # { { echo "$as_me:$LINENO: error: you are cross compiling - please use the \`--host=' option" >&5 2288 #echo "$as_me: error: you are cross compiling - please use the \`--host=' option" >&2;} 2289 # { (exit 1); exit 1; }; } 2290 # fi 2291 #fi 2292 2292 2293 2293 2294 2294
Note:
See TracBrowser
for help on using the repository browser.
