djmount: unbreak musl builds.

This commit is contained in:
Juan RP 2016-04-25 08:51:03 +02:00
parent 815842132d
commit cb79b551d7
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- djmount/cache.h.orig 2016-04-25 08:49:55.265766330 +0200
+++ djmount/cache.h 2016-04-25 08:50:06.728886696 +0200
@@ -25,7 +25,7 @@
#include <stdlib.h>
#include <stdbool.h>
-
+#include <sys/time.h>
/******************************************************************************
* @var Cache

View file

@ -1,7 +1,7 @@
# Template file for 'djmount'
pkgname=djmount
version=0.71
revision=4
revision=5
build_style=gnu-configure
configure_args="--with-external-libupnp --with-external-talloc"
hostmakedepends="pkg-config"