diff options
| author | Roy Marples <roy@marples.name> | 2008-02-20 12:15:13 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-02-20 12:15:13 +0000 |
| commit | 946bc2424bacc4f2a7c23090e263b31eb54639d5 (patch) | |
| tree | 0c400877b5cd054bf83a8d6a88c2934114dfa583 /README | |
| parent | 925ec2f6bdc149f0274a60c8ffdb708c8f5c47af (diff) | |
| download | dhcpcd-946bc2424bacc4f2a7c23090e263b31eb54639d5.tar.xz | |
Add a comment about older linux headers and -std=c99.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 --------- |
