mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
libatomic_ops 7.6.10.
This commit is contained in:
parent
bdab13eb60
commit
e1350d1745
6 changed files with 30 additions and 0 deletions
14
sysc/libatomic_ops-7.6.10/libatomic_ops-7.6.10.sh
Executable file
14
sysc/libatomic_ops-7.6.10/libatomic_ops-7.6.10.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
autoreconf-2.69 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--disable-shared
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue