wok-next view apr/stuff/patches/apr-fix-configure.patch @ rev 19948

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:07:55 2017 +0200 (2017-10-16)
parents
children
line source
1 --- a/configure
2 +++ b/configure
3 @@ -14744,7 +14744,7 @@
4 $RM out/* && rmdir out
5 cd ..
6 $RM -r conftest
7 - $RM conftest*
8 + $RM conftest* 2>/dev/null
10 fi
11 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
12 @@ -16030,7 +16030,7 @@
13 if ${lt_cv_archive_cmds_need_lc+:} false; then :
14 $as_echo_n "(cached) " >&6
15 else
16 - $RM conftest*
17 + $RM conftest* 2>/dev/null
18 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
20 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
21 @@ -17744,7 +17744,7 @@
24 # get libtool's setting of shlibpath_var
25 - eval `grep "^shlibpath_var=[A-Z_]*$" $apr_builddir/libtool`
26 + eval `grep "^shlibpath_var=[A-Z_]*$" $apr_builddir/libtool 2>/dev/null`
27 if test "x$shlibpath_var" = "x"; then
28 shlibpath_var=REPLACE_WITH_YOUR_SHLIBPATH_VAR
29 fi
30 @@ -30203,7 +30203,7 @@
32 cfgfile="${ofile}T"
33 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
34 - $RM "$cfgfile"
35 + $RM "$cfgfile" 2>/dev/null
37 cat <<_LT_EOF >> "$cfgfile"
38 #! $SHELL