mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Build gperf statically
Build both static and shared libraries for: * libunistring * libatomic_ops * libffi * gc
This commit is contained in:
parent
ee853d91fe
commit
e748d62a62
7 changed files with 15 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2022 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
|
@ -15,7 +15,6 @@ src_configure() {
|
|||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--build=i386-unknown-linux-musl \
|
||||
--disable-shared \
|
||||
--with-gcc-arch=generic \
|
||||
--enable-pax_emutramp
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue