]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add a comment about older linux headers and -std=c99.
authorRoy Marples <roy@marples.name>
Wed, 20 Feb 2008 12:15:13 +0000 (12:15 +0000)
committerRoy Marples <roy@marples.name>
Wed, 20 Feb 2008 12:15:13 +0000 (12:15 +0000)
README

diff --git a/README b/README
index 90bfa7c34652f0782af2ddb2cd7d04568dfca199..9089ec69c49be5915749e8d7b8abaac3b4ee3c82 100644 (file)
--- a/README
+++ b/README
@@ -30,6 +30,13 @@ SYSV     (SYSV style - /etc/init.d/ntpd restart)
 You can change the default dir where dhcpcd stores it's .info files with
 INFODIR=/var/db
 
+We now default to using -std=c99. For 64-bit linux, this always works, but
+for 32-bit linux it requires either gnu99 or a patch to asm/types.h.
+Most distros patch linux headers so this should work fine.
+linux-2.6.24 finally ships with a working 32-bit header.
+If your linux headers are older, or your distro hasn't patched them you can
+set CSTD=gnu99 to work around this.
+
 
 ChangeLog
 ---------