bump version
[buildroot.git] / package / sudo / sudo_1.6.8p12-2-no-cxx-configcheck.patch
blob0a0b0a46abec4c3c1d9769e1ae4ba2764df7e30a
1 diff -u sudo-1.6.8p12.orig/configure sudo-1.6.8p12/configure
2 --- sudo-1.6.8p12.orig/configure 2006-12-21 12:06:02.000000000 +0100
3 +++ sudo-1.6.8p12/configure 2006-12-21 12:12:06.000000000 +0100
4 @@ -6072,7 +6072,8 @@
5 fi
7 done
9 +if test -n "$CXX"
10 +then
11 ac_ext=cc
12 ac_cpp='$CXXCPP $CPPFLAGS'
13 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14 @@ -6654,7 +6655,7 @@
15 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19 +fi
20 ac_ext=f
21 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
22 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'