misc/146355: [patch] lang/php5: add OPTION for PCRE selection

看板FB_bugs作者時間15年前 (2010/05/06 19:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
>Number: 146355 >Category: misc >Synopsis: [patch] lang/php5: add OPTION for PCRE selection >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 06 11:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Frank Wall >Release: 7.1-RELEASE-p4 >Organization: >Environment: FreeBSD 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #0: Sun Mar 22 09:43:46 UTC 2009 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: PHP 5.3 has bundled PCRE support which should be activated by default to avoid build problems. The patch adds a new OPTION to make it configurable. Please see FreeBSD Forums if you want more information about the build problems: http://forums.freebsd.org/showthread.php?p=81416 >How-To-Repeat: >Fix: apply the patch Patch attached with submission follows: --- lang/php5/Makefile.orig 2010-04-16 15:52:11.000000000 +0200 +++ lang/php5/Makefile 2010-05-06 12:59:56.000000000 +0200 @@ -36,6 +36,7 @@ OPTIONS= CLI "Build CLI version" on \ CGI "Build CGI version" on \ APACHE "Build Apache module" off \ + BUNDLED_PCRE "Use bundled PCRE" on \ DEBUG "Enable debug" off \ SUHOSIN "Enable Suhosin protection system" on \ MULTIBYTE "Enable zend multibyte support" off \ >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
文章代碼(AID): #1BugYp3D (FB_bugs)