dhcpcd: __linux -> __linux__
This commit is contained in:
parent
7ad9731ad9
commit
82a06d4b5f
|
@ -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 <sys/cdefs.h>
|
||||
+# endif
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue