[packages] php5: upgrade to 5.3.8 and refresh patches
[openwrt/svn-archive/archive.git] / lang / php5 / patches / 950-Fix-dl-cross-compiling-issue.patch
1 --- a/configure
2 +++ b/configure
3 @@ -16067,7 +16067,7 @@ fi
4 ac_libs=$LIBS
5 LIBS="$LIBS -ldl"
6 if test "$cross_compiling" = yes; then
7 - found=no
8 + found=$found
9 else
10 cat > conftest.$ac_ext <<EOF
11 #line 16074 "configure"