dhcpcd: Fix missing include

This commit is contained in:
Dylan Araps 2020-06-01 08:29:45 +03:00
parent e057e1624d
commit df0e7ce149
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
patch -p1 < missing-include.patch
./configure \
--prefix=/usr \
--sbindir=/usr/bin \

View File

@ -1,2 +1,3 @@
00232ce388ec5ca287153cefc239ee996718bdfcc93873899a063205229b2363 dhcpcd-9.1.0.tar.gz
2b56c7e91bebcd8ca87e04998551a454b19a904dfb6d1cd0a9255c2feceda418 dhcpcd.run
dd12e16b9edc5364f372b32b014106609493bde4db067c9a9007661276222dba missing-include.patch

View File

@ -0,0 +1,10 @@
--- dhcpcd/src/common.h
+++ dhcpcd/src/common.h
@@ -31,6 +31,7 @@
#include <sys/param.h>
#include <sys/time.h>
+#include <sys/stat.h>
#include <stdint.h>
#include <stdio.h>

View File

@ -1,2 +1,3 @@
https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.1.0.tar.gz
files/dhcpcd.run
patches/missing-include.patch

View File

@ -1 +1 @@
9.1.0 1
9.1.0 2