wok-current diff dciutil/receipt @ rev 21861
busybox: add command_not_found (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 16:39:04 2019 +0200 (2019-09-23) |
parents | 2dd0297f838f |
children | 84f7eb544a14 |
line diff
1.1 --- a/dciutil/receipt Sat Mar 10 23:27:08 2018 +0100 1.2 +++ b/dciutil/receipt Mon Sep 23 16:39:04 2019 +0200 1.3 @@ -22,6 +22,8 @@ 1.4 sed -i '/linux\/uhid/d' src/usb_util/libusb_reports.c 1.5 ./autogen.sh 1.6 ./configure --prefix=/usr \ 1.7 + --host=i686-pc-linux-gnu \ 1.8 + --build=i686-pc-linux-gnu \ 1.9 --mandir=/usr/share/man \ 1.10 $CONFIGURE_ARGS && 1.11 make &&