mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 00:05:24 +01:00
Build util-linux without cramfs that fails to build with new binutils.
Enable libuuid that might be useful for python later. Also fixes #244.
This commit is contained in:
parent
57b55b8652
commit
8fbc5b06c7
2 changed files with 3 additions and 3 deletions
|
|
@ -15,10 +15,10 @@ src_configure() {
|
|||
--sbindir="${PREFIX}/bin" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--disable-libuuid \
|
||||
--disable-cramfs \
|
||||
--without-ncurses \
|
||||
--enable-static \
|
||||
--enable-static-programs=losetup,mount,umount,fdsik,sfdisk,blkid \
|
||||
--enable-static-programs=losetup,mount,umount,fdisk,sfdisk,blkid \
|
||||
--enable-shared=no \
|
||||
--disable-wall \
|
||||
ac_cv_type_loff_t=yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue