diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2018-02-08 20:55:42 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2018-02-08 20:55:42 +0000 |
commit | 8a1924c8b494629b4bba41b44c5cc45f456ff6ac (patch) | |
tree | 9e04d69d4121b0fefaa148af3e97e99044f55f2e /lang/php72 | |
parent | abdcab5cb74328e8f4d5ddb523e7a2845791baf2 (diff) | |
download | pkgsrc-8a1924c8b494629b4bba41b44c5cc45f456ff6ac.tar.gz |
remove part of configure patch related to sqlite3
the part of the patch is not needed anymore, we use external sqlite3 lib,
and the patch was for the bundled sqlite3 build
Diffstat (limited to 'lang/php72')
-rw-r--r-- | lang/php72/distinfo | 4 | ||||
-rw-r--r-- | lang/php72/patches/patch-configure | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/lang/php72/distinfo b/lang/php72/distinfo index 6887fab4b4c..ba84966bab4 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.16 2018/02/05 08:51:25 jdolecek Exp $ +$NetBSD: distinfo,v 1.17 2018/02/08 20:55:42 jdolecek Exp $ SHA1 (php-7.2.2.tar.bz2) = 69903dabf7ceb4a84620683092e235b29d2d1066 RMD160 (php-7.2.2.tar.bz2) = c7193e0298ae8e709ad19129023ff213085f50ca SHA512 (php-7.2.2.tar.bz2) = d2bc3725b51c61ded552cfde276bbe0f9e4cce3401303219d3784497d7f989e4a23c673fd2d2a827b7823664f922eededed0d242dc70a6f4863ce4f89573d211 Size (php-7.2.2.tar.bz2) = 14618006 bytes -SHA1 (patch-configure) = 5dad0ba760f5fb6aa55dc3136655b78c29e23bca +SHA1 (patch-configure) = bcfe41b9101b1af766af725d5b1888fbc746173c SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489 SHA1 (patch-ext_imap_config.m4) = 6a667b2580901dccfd0174aec56dad629689d7bd SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426 diff --git a/lang/php72/patches/patch-configure b/lang/php72/patches/patch-configure index 42d7c683494..cdb7eb2316a 100644 --- a/lang/php72/patches/patch-configure +++ b/lang/php72/patches/patch-configure @@ -1,4 +1,4 @@ -$NetBSD: patch-configure,v 1.6 2018/02/02 12:50:38 jdolecek Exp $ +$NetBSD: patch-configure,v 1.7 2018/02/08 20:55:42 jdolecek Exp $ Don't automatically add libgcc on SunOS. @@ -42,15 +42,6 @@ Don't automatically add libgcc on SunOS. { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } -@@ -21090,7 +21066,7 @@ $as_echo "#define HAVE_SQLITE3_ERRSTR 1" - PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite $other_flags $threadsafe_flags $debug_flags" - - -- for header_file in ext/sqlite3/libsqlite/sqlite3.h; do -+ for header_file; do - - - unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'` @@ -96116,12 +96092,7 @@ old_CC=$CC if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags" |