Build gperf statically

Build both static and shared libraries for:
* libunistring
* libatomic_ops
* libffi
* gc
This commit is contained in:
Andrius Štikonas 2022-09-19 14:33:36 +01:00
parent ee853d91fe
commit e748d62a62
7 changed files with 15 additions and 18 deletions

View file

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
# SPDX-FileCopyrightText: 2021-2022 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
@ -17,5 +17,5 @@ src_prepare() {
}
src_configure() {
./configure --prefix="${PREFIX}"
LDFLAGS="-static" ./configure --prefix="${PREFIX}"
}