Check-in Number:
|
4507 | |
Date: |
2004-Apr-21 15:44:06 (local)
2004-Apr-21 13:44:06 (UTC) |
User: | thl |
Branch: | |
Comment: |
disable provisioning of embedded POSIX regex library functions regcomp, regerror, regexec and regfree |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pcre/ChangeLog.OSSP 1.19 -> 1.20
--- ChangeLog.OSSP 2002/01/11 10:19:12 1.19
+++ ChangeLog.OSSP 2004/04/21 13:44:06 1.20
@@ -2,6 +2,19 @@
OSSP ChangeLog for PCRE
=======================
+ *) Remove libpcreposix.la target from Makefile.in to disable
+ provisioning of embedded POSIX regex library functions regcomp,
+ regerror, regexec and regfree. OSSP petidomo was a victim as it
+ expects working [:alnum:] and [:space:] constructs which do not
+ work with the fsl regex but do with OS regex. It turned out that
+ OpenPKG sendmail package was also broken due to fsl pcre symbol
+ leakage. Inspired by http://cvs.openpkg.org/chngview?cn=15298
+ [Thomas Lotterer <thomas@lotterer.net>]
+
+ *) Remove useless pcre_test target from Makefile.in
+ Excerpt from http://cvs.openpkg.org/chngview?cn=13354
+ [Thomas Lotterer <thomas@lotterer.net>]
+
*) Upgraded to PCRE 3.9
*) Upgraded to PCRE 3.8
|
|
ossp-pkg/pcre/Makefile.in 1.8 -> 1.9
--- Makefile.in 2002/09/07 19:58:55 1.8
+++ Makefile.in 2004/04/21 13:44:06 1.9
@@ -22,7 +22,7 @@
includedir = @includedir@
mandir = @mandir@
-all: libpcre.la libpcreposix.la pcre_test
+all: libpcre.la
.SUFFIXES:
.SUFFIXES: .c .o .lo
|
|