소스 검색

also enable Unicode properties

Ralf S. Engelschall 18 년 전
부모
커밋
0441917add
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pcre/pcre.spec

+ 2 - 1
pcre/pcre.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        Libraries
 License:      LGPL
 Version:      7.4
-Release:      20071101
+Release:      20071219
 
 #   package options
 %option       with_utf8  yes
@@ -76,6 +76,7 @@ AutoReqProv:  no
         --mandir=%{l_prefix}/man \
 %if "%{with_utf8}" == "yes"
         --enable-utf8 \
+        --enable-unicode-properties \
 %endif
         --disable-cpp \
         --disable-shared