Skip to content

Commit f5375f8

Browse files
committedMay 27, 2012
Build pcre
1 parent 7b6d0e0 commit f5375f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@ buildUtils(){
337337
# readline
338338
buildProgram "readline-6.2" "$CFG_CACHE"
339339

340+
# pcre
341+
buildProgram "pcre-8.30" "$CFG_CACHE"
342+
340343
# curl
341344
buildProgram "curl-7.25.0" "$CFG_CACHE --with-ssl=$PREFIX --with-zlib=$PREFIX --with-gnutls=$PREFIX"
342345

0 commit comments

Comments
 (0)
Please sign in to comment.