mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
ccache: add symlinks for missing architectures
This commit is contained in:
parent
dd9e0a79e0
commit
0ae9786b75
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ccache'
|
||||
pkgname=ccache
|
||||
version=3.3.3
|
||||
revision=2
|
||||
revision=3
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
|
@ -18,7 +18,8 @@ post_install() {
|
|||
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
|
||||
for x in arm-linux-gnueabi arm-linux-gnueabihf armv7l-linux-gnueabihf \
|
||||
arm-linux-musleabihf armv7l-linux-musleabihf aarch64-linux-gnu \
|
||||
aarch64-linux-musl; do
|
||||
aarch64-linux-musl i686-linux-musl
|
||||
mips-linux-musl mipsel-linux-musl mipsel-linux-muslhf; do
|
||||
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${x}-${f}
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue