wok-6.x diff dhcp/receipt @ rev 3917
syslinux/ifmem: pre-94 bioses support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 18 18:21:24 2009 +0200 (2009-08-18) |
parents | 7dbe1d832560 |
children | 7534e9548281 |
line diff
1.1 --- a/dhcp/receipt Mon May 11 22:37:59 2009 +0200 1.2 +++ b/dhcp/receipt Tue Aug 18 18:21:24 2009 +0200 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 }