wok-current diff dhcp/receipt @ rev 4193
openmotif: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 23 16:16:08 2009 +0200 (2009-09-23) |
parents | 7dbe1d832560 |
children | 7534e9548281 |
line diff
1.1 --- a/dhcp/receipt Mon May 11 22:37:59 2009 +0200 1.2 +++ b/dhcp/receipt Wed Sep 23 16:16:08 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 }