wok diff pcre/receipt @ rev 17761

airpwn: run automake --add-missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 11:29:15 2015 +0100 (2015-03-10)
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 Mar 10 11:29:15 2015 +0100
     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  }