wok diff db/receipt @ rev 10298

db: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 18:52:33 2011 +0000 (2011-05-21)
parents 3cf1b9bc3031
children d5a3f5d2ac0e
line diff
     1.1 --- a/db/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.2 +++ b/db/receipt	Sat May 21 18:52:33 2011 +0000
     1.3 @@ -8,17 +8,19 @@
     1.4  TARBALL="$PACKAGE-$VERSION.NC.tar.gz"
     1.5  WEB_SITE="http://www.oracle.com/technology/software/products/berkeley-db/db/"
     1.6  WGET_URL="http://download.oracle.com/berkeley-db/$TARBALL"
     1.7 +TAGS="database"
     1.8 +
     1.9 +DEPENDS="glibc-base libdb"
    1.10  BUILD_DEPENDS="gcc"
    1.11 -DEPENDS="glibc-base libdb"
    1.12 -TAGS="database"
    1.13 +
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18  	cd $src/build_unix
    1.19 -	../dist/configure --enable-compat185 &&
    1.20 -	make &&
    1.21 -	make install
    1.22 +	../dist/configure --enable-compat185 \
    1.23 +		$CONFIGURE_ARGS &&
    1.24 +	make &&	make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.