dhcpcd: __linux -> __linux__
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user