[packages] php5: fix cross compiling issue with -ldl
[openwrt/svn-archive/archive.git] / lang / php5 / patches / 950-Fix-dl-cross-compiling-issue.patch
1 --- a/configure
2 +++ b/configure
3 @@ -15979,7 +15979,7 @@
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 15986 "configure"