wok-6.x diff pcre/receipt @ rev 9673
mercurial: We just need libssl
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 03 10:09:20 2011 +0200 (2011-05-03) |
parents | 95b9a6a1b091 |
children | 0219c11c76d5 |
line diff
1.1 --- a/pcre/receipt Mon Jan 17 21:54:12 2011 +0000 1.2 +++ b/pcre/receipt Tue May 03 10:09:20 2011 +0200 1.3 @@ -13,12 +13,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure \ 1.8 - --prefix=/usr \ 1.9 - --enable-utf8 \ 1.10 - $CONFIGURE_ARGS && 1.11 - make && 1.12 - make DESTDIR=$PWD/_pkg install 1.13 + ./configure --enable-utf8 && 1.14 + make && make install 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.