[flashrom] [commit] r1519 - trunk

repository service svn at flashrom.org
Sat Apr 14 23:06:32 CEST 2012


Author: uwe
Date: Sat Apr 14 23:06:31 2012
New Revision: 1519
URL: http://flashrom.org/trac/flashrom/changeset/1519

Log:
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 at kollasch.net>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/README

Modified: trunk/README
==============================================================================
--- trunk/README	Sat Apr 14 23:04:03 2012	(r1518)
+++ trunk/README	Sat Apr 14 23:06:31 2012	(r1519)
@@ -83,7 +83,8 @@
 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:
 




More information about the flashrom mailing list