OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Oct-2005 14:57:24
Branch: HEAD Handle: 2005101713572400
Modified files:
openpkg-src/pcre pcre.spec
Log:
add optional Unicode UTF8 support
Summary:
Revision Changes Path
1.46 +7 -1 openpkg-src/pcre/pcre.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pcre/pcre.spec
============================================================================
$ cvs diff -u -r1.45 -r1.46 pcre.spec
--- openpkg-src/pcre/pcre.spec 12 Sep 2005 17:33:19 -0000 1.45
+++ openpkg-src/pcre/pcre.spec 17 Oct 2005 12:57:24 -0000 1.46
@@ -33,7 +33,10 @@
Group: Text
License: LGPL
Version: 6.4
-Release: 20050912
+Release: 20051017
+
+# package options
+%option with_utf8 no
# list of sources
Source0:
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-%{version}.tar.gz
@@ -67,6 +70,9 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
+%if "%{with_utf8}" == "yes"
+ --enable-utf8 \
+%endif
--disable-cpp \
--disable-shared
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]