diff options
author | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2010-02-16 00:49:50 +0000 |
---|---|---|
committer | Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> | 2010-02-16 00:49:50 +0000 |
commit | d8dfc441ed2e03f97875a64046e23646bbd4dc4f (patch) | |
tree | af68fc5ba8a397345deca2fc632c130e0e3ba01e /README | |
parent | cc389fc6b105572a0ed214e0e0795fb63b92f784 (diff) | |
download | ast2050-flashrom-d8dfc441ed2e03f97875a64046e23646bbd4dc4f.zip ast2050-flashrom-d8dfc441ed2e03f97875a64046e23646bbd4dc4f.tar.gz |
More NetBSD fixes (w/ patch)
Cast input to tolower() to unsigned char to work around how tolower() is
implemented on NetBSD.
Also, use CPPFLAGS (rather than overriding CFLAGS) for the
NetBSD/DragonFly build example.
Corresponding to flashrom svn r905.
Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ To compile on Solaris, use: To compile on NetBSD or DragonFly BSD, use: ln -s /usr/pkg/include/pciutils pci - gmake CFLAGS=-I. LDFLAGS="-L/usr/pkg/lib -Wl,-rpath-link,/usr/pkg/lib" + gmake CPPFLAGS=-I. LDFLAGS="-L/usr/pkg/lib -Wl,-rpath-link,/usr/pkg/lib" To compile and run on Darwin/Mac OS X: |