wok rev 10289

cgdb: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 18:26:24 2011 +0000 (2011-05-21)
parents c0d151b6ab50
children 9c9c1d53fe66
files cgdb/receipt
line diff
     1.1 --- a/cgdb/receipt	Sat May 21 18:24:05 2011 +0000
     1.2 +++ b/cgdb/receipt	Sat May 21 18:26:24 2011 +0000
     1.3 @@ -16,7 +16,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure && make && make install
     1.8 +	./configure $CONFIGURE_ARGS && 
     1.9 +	make && make install
    1.10  }
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.