ldm: try to fix musl

This commit is contained in:
Ypnose 2015-05-10 12:54:18 +02:00
parent 9a110bfed4
commit bb7165ef6a
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- ldm.c
+++ ldm.c
@@ -15,6 +15,7 @@
#include <sys/inotify.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <sys/types.h>
#include <sys/un.h>
#include <sys/wait.h>
#include <syslog.h>

View file

@ -1,7 +1,7 @@
# Template file for 'ldm'
pkgname=ldm
version=0.6.1
revision=1
revision=2
build_style=gnu-makefile
hostmakedepends="perl pkg-config"
makedepends="libmount-devel libudev-devel libglib-devel cryptsetup-devel"