distcc: portability patch for musl.

This commit is contained in:
Juan RP 2015-05-31 12:48:50 +02:00
parent 022eed7254
commit b100261fd0
2 changed files with 11 additions and 1 deletions

View 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>

View File

@ -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"