From: Antony Dovgal Date: Tue, 15 Apr 2008 12:47:18 +0000 (+0000) Subject: remove -ldl - it doesn't seem to be required on Linux and it's not present on FreeBSD X-Git-Tag: RELEASE_2_0_0b1~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=513dde5f84f4a242664550758bbb21af73751bc3;p=php remove -ldl - it doesn't seem to be required on Linux and it's not present on FreeBSD --- diff --git a/ext/ext_skel b/ext/ext_skel index 58cc89f80f..c0eafbfa3b 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -161,7 +161,7 @@ if test "\$PHP_$EXTNAME" != "no"; then dnl ],[ dnl AC_MSG_ERROR([wrong $extname lib version or lib not found]) dnl ],[ - dnl -L\$${EXTNAME}_DIR/lib -lm -ldl + dnl -L\$${EXTNAME}_DIR/lib -lm dnl ]) dnl dnl PHP_SUBST(${EXTNAME}_SHARED_LIBADD)