wok-next diff udev/receipt @ rev 1567
bristuff: fix zconfig.h
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 13 20:29:52 2008 +0000 (2008-10-13) |
parents | 4eb4da12babc |
children | 691d6ea4280b |
line diff
1.1 --- a/udev/receipt Mon Sep 15 03:09:26 2008 +0200 1.2 +++ b/udev/receipt Mon Oct 13 20:29:52 2008 +0000 1.3 @@ -17,9 +17,10 @@ 1.4 --prefix=/usr \ 1.5 --exec-prefix="" \ 1.6 --sysconfdir=/etc \ 1.7 - $CONFIGURE_ARGS 1.8 + --enable-static \ 1.9 + $CONFIGURE_ARGS && 1.10 make EXTRAS="extras/firmware extras/scsi_id extras/volume_id \ 1.11 - extras/ata_id extras/usb_id extras/cdrom_id" 1.12 + extras/ata_id extras/usb_id extras/cdrom_id" && 1.13 make DESTDIR=$PWD/_pkg install 1.14 } 1.15