mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[master] do ld env for netbsd too
This commit is contained in:
parent
60f2c617c5
commit
868282b5bb
@ -110,6 +110,9 @@ case "$host" in
|
||||
*-freebsd*)
|
||||
SET_ENV_LIBRARY_PATH=yes
|
||||
;;
|
||||
*-netbsd*)
|
||||
SET_ENV_LIBRARY_PATH=yes
|
||||
;;
|
||||
esac
|
||||
AM_CONDITIONAL(SET_ENV_LIBRARY_PATH, test $SET_ENV_LIBRARY_PATH = yes)
|
||||
AC_SUBST(SET_ENV_LIBRARY_PATH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user