mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tevent: fix pubilc headers for musl
This commit is contained in:
parent
a4405cf86b
commit
e382e571d6
2 changed files with 14 additions and 1 deletions
13
srcpkgs/tevent/patches/fix-public-headers.patch
Normal file
13
srcpkgs/tevent/patches/fix-public-headers.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
tevent.h needs sys/types.h for pid_t
|
||||||
|
|
||||||
|
--- tevent.h 2018-07-12 05:51:30.000000000 +0000
|
||||||
|
+++ tevent.h 2018-07-19 10:13:15.360128807 +0000
|
||||||
|
@@ -31,6 +31,7 @@
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <talloc.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
+#include <sys/types.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
struct tevent_context;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tevent'
|
# Template file for 'tevent'
|
||||||
pkgname=tevent
|
pkgname=tevent
|
||||||
version=0.9.37
|
version=0.9.37
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="python pkg-config"
|
hostmakedepends="python pkg-config"
|
||||||
makedepends="talloc-devel libtirpc-devel"
|
makedepends="talloc-devel libtirpc-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue