mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
libogre: broken on musl
This commit is contained in:
parent
0a8b518326
commit
0eb674e46c
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ make_build_target="all OgreDoc"
|
||||||
wrksrc=ogre-$version
|
wrksrc=ogre-$version
|
||||||
|
|
||||||
CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
|
CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9369/steps/shell_3/logs/stdio"
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir /usr/share/doc
|
vmkdir /usr/share/doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue