mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
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>
This commit is contained in:

committed by
Michael Karcher

parent
cc389fc6b1
commit
d8dfc441ed
2
README
2
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:
|
||||
|
||||
|
Reference in New Issue
Block a user