mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
rc: fix SIGCLD on musl.
This commit is contained in:
parent
aa8ccf3765
commit
ecf430e665
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
sed -i 's/i != SIGCLD/i != SIGCHLD/' fn.c
|
||||||
|
sed -i 's/(SIGCLD/(SIGCHLD/g' signal.c
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" LIBS= LDFLAGS= \
|
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" LIBS= LDFLAGS= \
|
||||||
sigmsgs.c sigmsgs.h statval.h
|
sigmsgs.c sigmsgs.h statval.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue