SF.net SVN: gar:[23560] csw/mgar/pkg/php5/branches/php-5.5.x/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue May 6 15:10:58 CEST 2014
Revision: 23560
http://sourceforge.net/p/gar/code/23560
Author: dmichelsen
Date: 2014-05-06 13:10:57 +0000 (Tue, 06 May 2014)
Log Message:
-----------
php5/branches/php-5.5.x: Enable external PCRE, this is important as it allows non-stack recursion
Modified Paths:
--------------
csw/mgar/pkg/php5/branches/php-5.5.x/Makefile
Modified: csw/mgar/pkg/php5/branches/php-5.5.x/Makefile
===================================================================
--- csw/mgar/pkg/php5/branches/php-5.5.x/Makefile 2014-05-06 11:12:39 UTC (rev 23559)
+++ csw/mgar/pkg/php5/branches/php-5.5.x/Makefile 2014-05-06 13:10:57 UTC (rev 23560)
@@ -351,7 +351,7 @@
CONFIGURE_ARGS += --with-ndbm
CONFIGURE_ARGS += --with-openssl=shared,$(prefix)
CONFIGURE_ARGS += --with-pcre-dir=$(prefix)
-CONFIGURE_ARGS += --with-pcre-regex
+CONFIGURE_ARGS += --with-pcre-regex=$(prefix)
# not documented, but you can pass the path to mysql_config directly
# we need the 32-bit version, so we have to force this
CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)/bin/mysql_config
@@ -379,6 +379,10 @@
CONFIGURE_ARGS += --with-apxs2=$(prefix)/apache2/sbin/apxs
endif
+
+# XXX TBD:
+# configure: WARNING: unrecognized options: --enable-magic-quotes, --enable-sqlite-utf8, --enable-sqlite3, --with-curlwrappers, --with-exec-dir, --with-sqlite
+
# Disable Tests (report submitted to PHP QA)
SKIPTEST = 1
#ENABLE_CHECK = 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list