vtk: fix musl
This commit is contained in:
parent
650c254dc7
commit
7e39e32c02
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ checksum=1b39a5e191c282861e7af4101eaa8585969a2de05f5646c9199a161213a622c7
|
||||||
nocross="hdf5 is nocross"
|
nocross="hdf5 is nocross"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
broken="Needs patch or fix for execinfo."
|
makedepends+=" libexecinfo-devel"
|
||||||
|
LDFLAGS="-lexecinfo"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
vtk-devel_package() {
|
vtk-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue