summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2012-04-14 21:06:31 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2012-04-14 21:06:31 +0000
commit93bafff3cab8cbf3d81c09a64d574e8b32545e16 (patch)
treef4ec5fb5df4b7f5e63876421046be013a4eabcbe /README
parent8cc8a80748e2304e8702b08c3a0e4b75a65f5136 (diff)
downloadflashrom-93bafff3cab8cbf3d81c09a64d574e8b32545e16.tar.gz
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. Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1519 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index a94cae8..f88b3b5 100644
--- a/README
+++ b/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: