distcc: portability patch for musl.
This commit is contained in:
parent
022eed7254
commit
b100261fd0
10
srcpkgs/distcc/patches/musl.patch
Normal file
10
srcpkgs/distcc/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- ./src/zeroconf.c.orig 2015-05-31 12:47:36.561592772 +0200
|
||||
+++ ./src/zeroconf.c 2015-05-31 12:47:45.544688057 +0200
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
+#include <fcntl.h>
|
||||
|
||||
#include <avahi-common/domain.h>
|
||||
#include <avahi-common/error.h>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'distcc'
|
||||
pkgname=distcc
|
||||
version=3.2rc1
|
||||
revision=11
|
||||
revision=12
|
||||
build_options="systemd"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-Werror --with-gtk"
|
||||
|
|
Loading…
Reference in New Issue
Block a user