ldm: try to fix musl
This commit is contained in:
10
srcpkgs/ldm/patches/musl-fix.patch
Normal file
10
srcpkgs/ldm/patches/musl-fix.patch
Normal 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>
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'ldm'
|
# Template file for 'ldm'
|
||||||
pkgname=ldm
|
pkgname=ldm
|
||||||
version=0.6.1
|
version=0.6.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="libmount-devel libudev-devel libglib-devel cryptsetup-devel"
|
makedepends="libmount-devel libudev-devel libglib-devel cryptsetup-devel"
|
||||||
|
|||||||
Reference in New Issue
Block a user