mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Add util-linux 2.19.1.
This commit is contained in:
parent
bfe7a67acf
commit
950f339272
11 changed files with 426 additions and 0 deletions
24
sysa/util-linux-2.19.1/util-linux-2.19.1.sh
Executable file
24
sysa/util-linux-2.19.1/util-linux-2.19.1.sh
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# We don't have gettext (autopoint) yet.
|
||||
AUTOPOINT=true autoreconf -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=${PREFIX} \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--disable-libuuid \
|
||||
--without-ncurses \
|
||||
--enable-static \
|
||||
--enable-static-programs=losetup,mount,umount,fdsik,sfdisk,blkid \
|
||||
--enable-shared=no \
|
||||
--disable-wall \
|
||||
ac_cv_type_loff_t=yes
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue