Index: trunk/tools/ts-specs/TSphp.spec |
— | — | @@ -47,7 +47,8 @@ |
48 | 48 | --sysconfdir=/etc/opt/php \ |
49 | 49 | --with-config-file-path=/etc/opt/php \ |
50 | 50 | --with-mysql=/opt/mysql \ |
51 | | - --disable-path-info-check |
| 51 | + --disable-path-info-check \ |
| 52 | + --with-pcre-regex=/opt/ts |
52 | 53 | |
53 | 54 | gmake -j$CPUS |
54 | 55 | |
— | — | @@ -81,5 +82,7 @@ |
82 | 83 | /etc/opt/php/pear.conf |
83 | 84 | |
84 | 85 | %changelog |
| 86 | +* Sun Jul 6 2008 - river@wikimedia.org |
| 87 | +- build with external pcre |
85 | 88 | * Sat Jun 21 2008 - river@wikimedia.org |
86 | 89 | - initial spec |