]> git.pld-linux.org Git - packages/php.git/commitdiff
configure.ac: cleanup PHP_CHECK_FUNC(yp_get_default_domain, nsl)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 1 Aug 2019 08:55:16 +0000 (11:55 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 1 Aug 2019 10:51:46 +0000 (13:51 +0300)
- https://github.com/php/php-src/pull/4417
- https://github.com/php/php-src/commit/63d6a2b697f5594b03549256661af97b3b6451a3

php-link-libs.patch

index 56232e5b13b824060c7854bcd99b985e4a1fc2a0..fb73edd40973bda65f7d030051412ffab49bb411 100644 (file)
@@ -1,13 +1,3 @@
---- php-4.3.0/configure.ac.orig        Fri Dec 27 05:07:18 2002
-+++ php-4.3.0/configure.ac     Thu Jan  2 20:34:43 2003
-@@ -288,7 +288,6 @@
- PHP_CHECK_FUNC(htonl, socket)
- PHP_CHECK_FUNC(gethostname, nsl)
- PHP_CHECK_FUNC(gethostbyaddr, nsl)
--PHP_CHECK_FUNC(yp_get_default_domain, nsl)
- PHP_CHECK_FUNC(dlopen, dl)
- if test "$ac_cv_func_dlopen" = "yes"; then
 --- php-7.3.0beta3/build/php.m4~       2018-08-28 13:26:36.000000000 +0300
 +++ php-7.3.0beta3/build/php.m4        2018-09-05 18:56:49.744106256 +0300
 @@ -1829,18 +1829,18 @@
This page took 0.919726 seconds and 4 git commands to generate.