File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12989,8 +12989,8 @@ if ac_fn_c_try_link "$LINENO"; then :
1298912989$as_echo " yes" >&6 ; }; $as_echo " #define HAVE_CANBERRA 1" >> confdefs.h
1299012990
1299112991else
12992- { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
12993- $as_echo " no" >&6 ; }; CFLAGS=" $ac_save_CFLAGS " ; LIBS=" $ac_save_LIBS "
12992+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: no; try installing libcanberra-dev " >&5
12993+ $as_echo " no; try installing libcanberra-dev " >&6 ; }; CFLAGS=" $ac_save_CFLAGS " ; LIBS=" $ac_save_LIBS "
1299412994fi
1299512995rm -f core conftest.err conftest.$ac_objext \
1299612996 conftest$ac_exeext conftest.$ac_ext
@@ -14807,6 +14807,7 @@ $as_echo "no" >&6; }
1480714807$as_echo_n " checking whether we need -D_FORTIFY_SOURCE=1... " >&6 ; }
1480814808 if test " $gccmajor " -gt " 3" ; then
1480914809 CFLAGS=` echo " $CFLAGS " | sed -e ' s/ *-Wp,-D_FORTIFY_SOURCE=.//g' -e ' s/ *-D_FORTIFY_SOURCE=.//g' -e ' s/ *-U_FORTIFY_SOURCE//g' -e ' s/$/ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1/' `
14810+ CPPFLAGS=` echo " $CPPFLAGS " | sed -e ' s/ *-Wp,-D_FORTIFY_SOURCE=.//g' -e ' s/ *-D_FORTIFY_SOURCE=.//g' -e ' s/ *-U_FORTIFY_SOURCE//g' `
1481014811 { $as_echo " $as_me :${as_lineno-$LINENO } : result: yes" >&5
1481114812$as_echo " yes" >&6 ; }
1481214813 else
Original file line number Diff line number Diff line change @@ -3789,7 +3789,7 @@ if test "$enable_canberra" = "yes"; then
37893789 ca_context *hello;
37903790 ca_context_create(&hello);] ,
37913791 AC_MSG_RESULT ( yes ) ; AC_DEFINE ( HAVE_CANBERRA ) ,
3792- AC_MSG_RESULT ( no ) ; CFLAGS="$ac_save_CFLAGS"; LIBS="$ac_save_LIBS" )
3792+ AC_MSG_RESULT ( no; try installing libcanberra-dev ) ; CFLAGS="$ac_save_CFLAGS"; LIBS="$ac_save_LIBS" )
37933793fi
37943794
37953795
@@ -4482,6 +4482,7 @@ if test "$GCC" = yes; then
44824482 AC_MSG_CHECKING ( whether we need - D_FORTIFY_SOURCE=1 )
44834483 if test "$gccmajor" -gt "3"; then
44844484 CFLAGS=`echo "$CFLAGS" | sed -e 's/ *-Wp,-D_FORTIFY_SOURCE=.//g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g' -e 's/$/ -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1/'`
4485+ CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/ *-Wp,-D_FORTIFY_SOURCE=.//g' -e 's/ *-D_FORTIFY_SOURCE=.//g' -e 's/ *-U_FORTIFY_SOURCE//g'`
44854486 AC_MSG_RESULT ( yes )
44864487 else
44874488 AC_MSG_RESULT ( no )
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 2316 ,
744746/**/
745747 2315 ,
746748/**/
You can’t perform that action at this time.
0 commit comments