mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
strace: unbreak on mipsel-musl.
This commit is contained in:
parent
b38bf2100c
commit
3947f2a2b1
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ esac
|
|||
|
||||
pre_configure() {
|
||||
sed -i -e 's/include <linux\/socket.h>/include <sys\/socket.h>/g' configure
|
||||
sed -i -e 's/include <sgidefs.h>/include <asm\/sgidefs.h>/g' configure
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue