mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 10:13:01 +01:00
Add xbps-0.59.1.
This also required - merging of usr/sbin and usr/bin (which should be done anyway), because of a dodgy PATH searcher - moving of zlib earlier.
This commit is contained in:
parent
94069328ec
commit
a1520a07fa
8 changed files with 100 additions and 2 deletions
19
sysc/xbps-0.59.1/xbps-0.59.1.sh
Normal file
19
sysc/xbps-0.59.1/xbps-0.59.1.sh
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_configure() {
|
||||
PKG_CONFIG_PATH="${PREFIX}/lib/musl/pkgconfig" \
|
||||
./configure --prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--pkgconfigdir="${PREFIX}/lib/musl/pkgconfig" \
|
||||
--enable-rpath \
|
||||
--enable-static
|
||||
echo "CFLAGS += -Wno-error" >> config.mk
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
rm "${PREFIX}/lib/musl/libxbps.so"*
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue