summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-02-16 00:49:50 +0000
committermkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-02-16 00:49:50 +0000
commit602ecdf09be486bd8156a21c97f2185f6388b734 (patch)
treeaf68fc5ba8a397345deca2fc632c130e0e3ba01e /README
parentd46cd05af98241fa3ac5234e3d73db0712a69e32 (diff)
downloadflashrom-602ecdf09be486bd8156a21c97f2185f6388b734.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. Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@905 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3082f71..0150e90 100644
--- a/README
+++ b/README
@@ -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: