mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
dhcpcd: __linux -> __linux__
This commit is contained in:
parent
7ad9731ad9
commit
82a06d4b5f
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ Patch for musl:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __sun
|
#ifndef __sun
|
||||||
+# if !defined(__linux__) || (defined(__linux) && defined(__GLIBC__))
|
+# if !defined(__linux__) || (defined(__linux__) && defined(__GLIBC__))
|
||||||
# include <sys/cdefs.h>
|
# include <sys/cdefs.h>
|
||||||
+# endif
|
+# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=6.6.1
|
version=6.6.1
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
|
Loading…
Add table
Reference in a new issue