wok-6.x diff pcre/receipt @ rev 16899

libwebkit-video: force rebiuld
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Jul 15 02:41:47 2014 +0300 (2014-07-15)
parents cf655a6d99bf
children c9e270dd464f
line diff
     1.1 --- a/pcre/receipt	Thu Jul 10 22:42:36 2014 -0300
     1.2 +++ b/pcre/receipt	Tue Jul 15 02:41:47 2014 +0300
     1.3 @@ -14,10 +14,11 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9 -		--enable-utf \
    1.10 +		--prefix=/usr \
    1.11  		--enable-unicode-properties \
    1.12 +		--enable-pcre16 \
    1.13 +		--enable-pcre32 \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make && make install
    1.16  }