mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Refinements for DragonflyBSD
- /usr/include/cpu/param.h defines PAGE_MASK already, hence use another name for the respective macro in nicintel_eeprom.c. - Since DragonflyBSD 3.6 DPorts is used as the default package manager. Therefore we should use /usr/local/ instead of /usr/pkg/ on default to fetch libraries. Corresponding to flashrom svn r1866. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
8
README
8
README
@ -68,7 +68,7 @@ To compile on Linux, use:
|
||||
|
||||
make
|
||||
|
||||
To compile on FreeBSD, use:
|
||||
To compile on FreeBSD, OpenBSD or DragonFly BSD, use:
|
||||
|
||||
gmake
|
||||
|
||||
@ -80,11 +80,7 @@ To compile on Solaris, use:
|
||||
|
||||
gmake LDFLAGS="-L$pathtolibpci" CC="gcc -I$pathtopciheaders" CFLAGS=-O2
|
||||
|
||||
To compile on NetBSD or DragonFly BSD (with pciutils, libftdi, libusb installed in /usr/pkg/), use:
|
||||
|
||||
gmake
|
||||
|
||||
To compile on OpenBSD, use:
|
||||
To compile on NetBSD (with pciutils, libftdi, libusb installed in /usr/pkg/), use:
|
||||
|
||||
gmake
|
||||
|
||||
|
Reference in New Issue
Block a user