mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
sysdig: musl fix.
This commit is contained in:
parent
61462d63f3
commit
d80681741c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ nocross=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' scripts/CMakeLists.txt
|
sed -i 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' scripts/CMakeLists.txt
|
||||||
|
sed -i '1i#include <sys/select.h>' userspace/libsinsp/mesos_collector.h
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/zsh/vendor-completions
|
rm -rf ${DESTDIR}/usr/share/zsh/vendor-completions
|
||||||
|
|
Loading…
Add table
Reference in a new issue