forked from kiss-community/repo
dhcpcd: Fix missing include
This commit is contained in:
parent
e057e1624d
commit
df0e7ce149
@ -1,5 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
patch -p1 < missing-include.patch
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sbindir=/usr/bin \
|
||||
|
@ -1,2 +1,3 @@
|
||||
00232ce388ec5ca287153cefc239ee996718bdfcc93873899a063205229b2363 dhcpcd-9.1.0.tar.gz
|
||||
2b56c7e91bebcd8ca87e04998551a454b19a904dfb6d1cd0a9255c2feceda418 dhcpcd.run
|
||||
dd12e16b9edc5364f372b32b014106609493bde4db067c9a9007661276222dba missing-include.patch
|
||||
|
10
extra/dhcpcd/patches/missing-include.patch
Normal file
10
extra/dhcpcd/patches/missing-include.patch
Normal 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>
|
||||
|
@ -1,2 +1,3 @@
|
||||
https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.1.0.tar.gz
|
||||
files/dhcpcd.run
|
||||
patches/missing-include.patch
|
||||
|
@ -1 +1 @@
|
||||
9.1.0 1
|
||||
9.1.0 2
|
||||
|
Loading…
Reference in New Issue
Block a user