wok-4.x diff dhcp/receipt @ rev 3576
tint2: update VERSION, BUILD_DEPENDS, add CONFIG_FILES
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Fri Jun 26 06:50:57 2009 +0000 (2009-06-26) |
parents | 7dbe1d832560 |
children | 7534e9548281 |
line diff
1.1 --- a/dhcp/receipt Mon May 11 22:37:59 2009 +0200 1.2 +++ b/dhcp/receipt Fri Jun 26 06:50:57 2009 +0000 1.3 @@ -16,6 +16,7 @@ 1.4 { 1.5 cd $src 1.6 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.7 + --disable-dhcpv6 \ 1.8 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.9 make && make DESTDIR=$PWD/_pkg install 1.10 }