commit 3bdfb0b181e1d14d91bc0b4903d54056a309e44e parent d0a5dbd750d02139d763a07f663b2a0f00d5a7e0 Author: sin <sin@destiny.2f30.org> Date: Fri, 15 Nov 2013 12:36:24 +0000 Fix building on OpenBSD Diffstat:
M | config.mk | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.mk b/config.mk @@ -7,5 +7,5 @@ PREFIX = /usr/local CC = cc LD = $(CC) CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE -CFLAGS = -g -std=c99 -Wall $(CPPFLAGS) -LDFLAGS = -g -lftdi +CFLAGS = -I/usr/local/include -g -std=c99 -Wall $(CPPFLAGS) +LDFLAGS = -L/usr/local/lib -lftdi