wok-stable rev 10323

elinks: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 00:19:21 2011 +0000 (2011-05-22)
parents 5900e436a0da
children 42b844028fd8
files elinks/receipt
line diff
     1.1 --- a/elinks/receipt	Sun May 22 00:10:49 2011 +0000
     1.2 +++ b/elinks/receipt	Sun May 22 00:19:21 2011 +0000
     1.3 @@ -19,7 +19,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure && make && make DESTDIR=$DESTDIR install
     1.8 +	./configure $CONFIGURE_ARGS && 
     1.9 +	make && make DESTDIR=$DESTDIR install
    1.10  }
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.