mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +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
|
|
@ -108,7 +108,7 @@ a07edeebe88d27afe01ae4b9c2fec7d26f54d87928976927f73d9dba5f50782b tcc-0.9.27_0.t
|
||||||
afe30ba8abf45ac3605c09df93ec3b2fec29c242bf5193a2086ef32340c6ebc6 tcc-0.9.27_2.tar.bz2
|
afe30ba8abf45ac3605c09df93ec3b2fec29c242bf5193a2086ef32340c6ebc6 tcc-0.9.27_2.tar.bz2
|
||||||
90ccfdd7d8ff855183cd873af027262b525c63c65b438e49deeb9e84bef1542c tcc-0.9.27_3.tar.bz2
|
90ccfdd7d8ff855183cd873af027262b525c63c65b438e49deeb9e84bef1542c tcc-0.9.27_3.tar.bz2
|
||||||
50b867379c97a45da3313c74341d3c880370b61f2ac20734e19b0714271a9861 texinfo-6.7_0.tar.bz2
|
50b867379c97a45da3313c74341d3c880370b61f2ac20734e19b0714271a9861 texinfo-6.7_0.tar.bz2
|
||||||
75a57f10e2e6060d6c754730297ee210976ed8adb03efe7a42095167da7a3507 util-linux-2.19.1_0.tar.bz2
|
4a4c40c3ab4d9255e53c582314968980ec85a44dd4e270b32367b11f3b3242ce util-linux-2.19.1_0.tar.bz2
|
||||||
145bdcd8866199839f112cb1ccdef26b6d337c7aa651e95b9c8a6dc770450b3e which-2.21_0.tar.bz2
|
145bdcd8866199839f112cb1ccdef26b6d337c7aa651e95b9c8a6dc770450b3e which-2.21_0.tar.bz2
|
||||||
1ce23bc276d1148a80d36f5a95e60aa5168d22c9ef5e28705c6deb53d4b92d0f xz-5.4.1_0.tar.bz2
|
1ce23bc276d1148a80d36f5a95e60aa5168d22c9ef5e28705c6deb53d4b92d0f xz-5.4.1_0.tar.bz2
|
||||||
481c4b1970dbf9845be26b55c59556903b0b1f924f48efe5c728b76e482ab485 zlib-1.2.13_0.tar.bz2
|
481c4b1970dbf9845be26b55c59556903b0b1f924f48efe5c728b76e482ab485 zlib-1.2.13_0.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,10 @@ src_configure() {
|
||||||
--sbindir="${PREFIX}/bin" \
|
--sbindir="${PREFIX}/bin" \
|
||||||
--libdir="${LIBDIR}" \
|
--libdir="${LIBDIR}" \
|
||||||
--build=i386-unknown-linux-gnu \
|
--build=i386-unknown-linux-gnu \
|
||||||
--disable-libuuid \
|
--disable-cramfs \
|
||||||
--without-ncurses \
|
--without-ncurses \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-static-programs=losetup,mount,umount,fdsik,sfdisk,blkid \
|
--enable-static-programs=losetup,mount,umount,fdisk,sfdisk,blkid \
|
||||||
--enable-shared=no \
|
--enable-shared=no \
|
||||||
--disable-wall \
|
--disable-wall \
|
||||||
ac_cv_type_loff_t=yes
|
ac_cv_type_loff_t=yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue