From 80d5fde1ba55917ddc4cf0be833941175f2d3898 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 17 Jun 2013 10:09:24 +1000 Subject: [PATCH] Remove /usr/local from build flags. They cause problems with BFD etc. --- source-builder/sb/freebsd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source-builder/sb/freebsd.py b/source-builder/sb/freebsd.py index afbabf8..612f489 100644 --- a/source-builder/sb/freebsd.py +++ b/source-builder/sb/freebsd.py @@ -57,7 +57,6 @@ def load(): '_host_arch': ('none', 'none', cpu), '_usr': ('dir', 'required', '/usr/local'), '_var': ('dir', 'optional', '/usr/local/var'), - 'optincludes': ('none', 'none', '-I/usr/local/include -L/usr/local/lib'), '__bash': ('exe', 'optional', '/usr/local/bin/bash'), '__bison': ('exe', 'required', '/usr/local/bin/bison'), '__git': ('exe', 'required', '/usr/local/bin/git'),