cornucopia: bump SRCREV
[openembedded.git] / recipes / netkit-telnet / files / cross-compile.patch
blob7bb815615317e55bbdc1f4738f7c5bb97367da68
1 Index: netkit-telnet-0.17/configure
2 ===================================================================
3 --- netkit-telnet-0.17.orig/configure 2008-11-23 22:01:26.000000000 +0100
4 +++ netkit-telnet-0.17/configure 2008-11-23 22:05:00.000000000 +0100
5 @@ -94,7 +94,7 @@
6 echo -n 'Checking if C compiler works... '
7 if (
8 $CC __conftest.c -o __conftest || exit 1
9 - ./__conftest || exit 1
10 + # Idiots belong shot! ./__conftest || exit 1
11 ) >/dev/null 2>&1; then
12 echo 'yes'
13 else
14 @@ -141,7 +141,7 @@
15 echo -n 'Checking if C++ compiler works... '
16 if (
17 $CXX __conftest.cc -o __conftest || exit 1
18 - ./__conftest || exit 1
19 + # Iditios belong shot! ./__conftest || exit 1
20 ) >/dev/null 2>&1; then
21 echo 'yes'
22 else
23 @@ -284,7 +284,7 @@
24 else
25 if (
26 $CXX $CXXFLAGS -D__USE_BSD_SIGNAL __conftest.cc -o __conftest || exit 1
27 - ./__conftest || exit 1
28 + # running still does not work./__conftest || exit 1
29 ) >/dev/null 2>&1; then
30 echo '-D__USE_BSD_SIGNAL'
31 CFLAGS="$CFLAGS -D__USE_BSD_SIGNAL"
32 @@ -501,7 +501,7 @@
33 EOF
34 if (
35 $CXX $CXXFLAGS __conftest.cc $LIBBSD -o __conftest || exit 1
36 - ./__conftest || exit 1
37 + # argh! morons!./__conftest || exit 1
38 ) >/dev/null 2>&1; then
39 echo 'ok'
40 else