dhcpcd: update to 6.10.2.
This commit is contained in:
parent
d7a7a180f9
commit
0b1df9b65b
2 changed files with 13 additions and 2 deletions
11
srcpkgs/dhcpcd/patches/musl.patch
Normal file
11
srcpkgs/dhcpcd/patches/musl.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- eloop.c.orig 2016-04-11 08:45:26.426699128 +0200
|
||||
+++ eloop.c 2016-04-11 08:45:31.769754141 +0200
|
||||
@@ -132,7 +132,7 @@
|
||||
#define _QUEUE_HEADER(x) __QUEUE_HEADER(x)
|
||||
#include _QUEUE_HEADER(QUEUE_H)
|
||||
#else
|
||||
-#include "queue.h"
|
||||
+#include "compat/queue.h"
|
||||
#endif
|
||||
#endif
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dhcpcd'
|
||||
pkgname=dhcpcd
|
||||
version=6.10.1
|
||||
version=6.10.2
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=configure
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="2-clause-BSD"
|
||||
homepage="http://roy.marples.name/projects/dhcpcd"
|
||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
|
||||
checksum=284abf8c3be0580bbac5eaca95359346ab0d78d4072317b6ce87cc68f2e8ae7b
|
||||
checksum=64a0ff84ba7f1e820b2ccfe08980b3b73e96bb072274b21de523f1da83a94e09
|
||||
|
||||
pre_install() {
|
||||
# make wpa_supplicant log to syslog rather than stdout
|
||||
|
|
Loading…
Reference in a new issue