packages/lang/php5/patches/950-Fix-dl-cross-compiling-issue.patch
mhei 0d4ef37862 [packages] php5: upgrade to 5.3.8 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28131 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-30 19:45:14 +00:00

12 lines
236 B
Diff

--- a/configure
+++ b/configure
@@ -16067,7 +16067,7 @@ fi
ac_libs=$LIBS
LIBS="$LIBS -ldl"
if test "$cross_compiling" = yes; then
- found=no
+ found=$found
else
cat > conftest.$ac_ext <<EOF
#line 16074 "configure"