mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
Link with -lpthread also in NetBSD
This commit is contained in:
parent
b07a102495
commit
9044fdbf13
2 changed files with 2 additions and 0 deletions
1
src/aclocal.m4
vendored
1
src/aclocal.m4
vendored
|
|
@ -257,6 +257,7 @@ case "${host_os}" in
|
|||
;;
|
||||
netbsd*)
|
||||
thehost='netbsd'
|
||||
THREAD_LIBS='-lpthread'
|
||||
SHARED_LDFLAGS="-shared ${LDFLAGS}"
|
||||
BUNDLE_LDFLAGS="-shared ${LDFLAGS}"
|
||||
LDRPATH="-Wl,--rpath,~A"
|
||||
|
|
|
|||
1
src/configure
vendored
1
src/configure
vendored
|
|
@ -4404,6 +4404,7 @@ case "${host_os}" in
|
|||
;;
|
||||
netbsd*)
|
||||
thehost='netbsd'
|
||||
THREAD_LIBS='-lpthread'
|
||||
SHARED_LDFLAGS="-shared ${LDFLAGS}"
|
||||
BUNDLE_LDFLAGS="-shared ${LDFLAGS}"
|
||||
LDRPATH="-Wl,--rpath,~A"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue