dhcpcd: __linux -> __linux__

This commit is contained in:
Juan RP 2014-11-10 16:28:41 +01:00
parent 7ad9731ad9
commit 82a06d4b5f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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