wok-stable diff db/receipt @ rev 1527

dbus: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 08 21:22:12 2008 +0000 (2008-10-08)
parents 03a799424aaa
children 26b57ae6bfb0
line diff
     1.1 --- a/db/receipt	Fri Sep 26 09:21:16 2008 +0000
     1.2 +++ b/db/receipt	Wed Oct 08 21:22:12 2008 +0000
     1.3 @@ -18,7 +18,8 @@
     1.4  	ln -s $PACKAGE-$VERSION.NC $src
     1.5  	cd $src
     1.6  	wget  http://www.oracle.com/technology/products/berkeley-db/db/update/4.5.20/patch.4.5.20.1
     1.7 -	patch -p0 < patch.4.5.20.1
     1.8 +	[ -f done.patch.4.5.20.1 ] || patch -p0 < patch.4.5.20.1
     1.9 +	touch done.patch.4.5.20.1
    1.10  	cd build_unix
    1.11  	../dist/configure --prefix=/usr --infodir=/usr/share/info \
    1.12  		--mandir=/usr/share/man $CONFIGURE_ARGS