musl: add fake ldconfig (symlink to true).
This commit is contained in:
parent
0a6ae51958
commit
84db941d87
@ -1,7 +1,7 @@
|
||||
# Template file for 'musl'.
|
||||
pkgname=musl
|
||||
version=1.1.12
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
||||
conflicts="glibc>=0"
|
||||
@ -36,6 +36,8 @@ do_install() {
|
||||
vman ${FILESDIR}/getent.1
|
||||
vbin getconf
|
||||
vman ${FILESDIR}/getconf.1
|
||||
# Fake ldconfig
|
||||
ln -s true ${DESTDIR}/usr/bin/ldconfig
|
||||
# Create xbps.d(5) arch override file
|
||||
vmkdir usr/share/xbps.d
|
||||
echo "architecture=${XBPS_TARGET_MACHINE}" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf
|
||||
|
Loading…
Reference in New Issue
Block a user