mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Add /usr/local/include for freebsd
https://wiki.freebsd.org/WarnerLosh/UsrLocal says something about it. Should fix lp#1981112.
This commit is contained in:
parent
c321afb15b
commit
9de74a0d4d
|
|
@ -15,7 +15,8 @@ include Config.x86-64-bsd
|
|||
# worked fine for most things, but LOAD-FOREIGN & friends require
|
||||
# dlopen() etc., which in turn depend on dynamic linking of the
|
||||
# runtime.
|
||||
OS_LIBS += -lutil
|
||||
OS_LIBS += -lutil -L/usr/local/lib
|
||||
CPPFLAGS += -isystem/usr/local/include
|
||||
|
||||
# use libthr (1:1 threading). libpthread (m:n threading) does not work.
|
||||
ifdef LISP_FEATURE_SB_THREAD
|
||||
|
|
|
|||
Loading…
Reference in a new issue