mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Allow the use of setuid binaries
This also changes checksum of util-linux.
This commit is contained in:
parent
bfd951ae51
commit
75772adb91
3 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ src_prepare() {
|
|||
default
|
||||
|
||||
# We don't have gettext (autopoint) yet.
|
||||
AUTOPOINT=true AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
|
||||
AUTOPOINT=true AUTOMAKE=automake-1.10 AUTOCONF=autoconf-2.64 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue