mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-26 22:52:34 +02:00
Minor NetBSD/DragonFly/pkgsrc build instruction update
Add -I/usr/pkg/include to NetBSD/Dragon Fly build example CPPFLAGS. This is needed to pick up libftdi. Corresponding to flashrom svn r1519. Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
parent
ae4294fa00
commit
c1c11252bf
3
README
3
README
@ -83,7 +83,8 @@ To compile on Solaris, use:
|
||||
To compile on NetBSD or DragonFly BSD, use:
|
||||
|
||||
ln -s /usr/pkg/include/pciutils pci
|
||||
gmake CPPFLAGS=-I. LDFLAGS="-L/usr/pkg/lib -Wl,-rpath-link,/usr/pkg/lib"
|
||||
gmake CPPFLAGS="-I. -I/usr/pkg/include" \
|
||||
LDFLAGS="-L/usr/pkg/lib -Wl,-rpath-link,/usr/pkg/lib"
|
||||
|
||||
To compile on OpenBSD, use:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user