mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
glog: fix build on ppc*-musl
This commit is contained in:
parent
0589c2c236
commit
28959c317c
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES='-latomic'"
|
configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES='-latomic'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*-musl) configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES='-lucontext'";;
|
||||||
|
ppc*-musl) configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES='-latomic -lucontext'";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue