wok rev 1519

beecrypt: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 08 10:44:29 2008 +0000 (2008-10-08)
parents adcc56f6c3e9
children bfd918db2ced
files beecrypt/receipt
line diff
     1.1 --- a/beecrypt/receipt	Wed Oct 08 10:44:00 2008 +0000
     1.2 +++ b/beecrypt/receipt	Wed Oct 08 10:44:29 2008 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.8 +	./configure --prefix=/usr --without-cplusplus $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }