summaryrefslogtreecommitdiff
path: root/package/kismet/patches/patch-configure
blob: 0546221651ae67806f5e6670d4bdc00da76a58ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
--- kismet-2010-01-R1.orig/configure	2010-01-08 00:33:30.000000000 +0100
+++ kismet-2010-01-R1/configure	2010-02-14 20:32:44.000000000 +0100
@@ -26,7 +26,8 @@ esac
 
 fi
 
-
+oCC="$CC"
+CC="$CXX"
 
 
 # PATH needs CR
@@ -6836,73 +6837,6 @@ else
 $as_echo "yes" >&6; }
 fi
 
-# Do we use libstdc++?
-# We need to swap to the g++ compiler here
-oCC="$CC"
-CC="$CXX"
-{ $as_echo "$as_me:$LINENO: checking for main in -luClibc++" >&5
-$as_echo_n "checking for main in -luClibc++... " >&6; }
-if test "${ac_cv_lib_uClibcpp_main+set}" = set; then
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-luClibc++  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-	 test -z "$ac_c_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-	 test "$cross_compiling" = yes ||
-	 $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_lib_uClibcpp_main=yes
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-	ac_cv_lib_uClibcpp_main=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uClibcpp_main" >&5
-$as_echo "$ac_cv_lib_uClibcpp_main" >&6; }
-if test "x$ac_cv_lib_uClibcpp_main" = x""yes; then
-  foundcxxl="uclibc" CXXLIBS="$CXXLIBS -luClibc++"
-fi
-
 
 # Do we use uclibc++?
 if test "$foundcxxl"x == "x"; then
@@ -7017,7 +6951,7 @@ fi
 
 
 # Add additional cflags since some distros bury panel.h
-CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
+#CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
 
 termcontrol="none";