packages/lang/php5/patches/950-Fix-dl-cross-compiling-issue.patch

12 lines
236 B
Diff
Raw Normal View History

--- 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"