diff --git a/srcpkgs/dhcpcd/patches/musl.patch b/srcpkgs/dhcpcd/patches/musl.patch index e2db1182120..311e80a4bb8 100644 --- a/srcpkgs/dhcpcd/patches/musl.patch +++ b/srcpkgs/dhcpcd/patches/musl.patch @@ -134,7 +134,7 @@ Patch for musl: #endif #ifndef __sun -+# if !defined(__linux__) || (defined(__linux) && defined(__GLIBC__)) ++# if !defined(__linux__) || (defined(__linux__) && defined(__GLIBC__)) # include +# endif #endif diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index 19ff94c66ff..05ac09e1159 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,7 +1,7 @@ # Template file for 'dhcpcd' pkgname=dhcpcd version=6.6.1 -revision=2 +revision=3 lib32disabled=yes build_options="systemd" build_style=configure