mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[master] do ld env for netbsd too
This commit is contained in:
@@ -110,6 +110,9 @@ case "$host" in
|
|||||||
*-freebsd*)
|
*-freebsd*)
|
||||||
SET_ENV_LIBRARY_PATH=yes
|
SET_ENV_LIBRARY_PATH=yes
|
||||||
;;
|
;;
|
||||||
|
*-netbsd*)
|
||||||
|
SET_ENV_LIBRARY_PATH=yes
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
AM_CONDITIONAL(SET_ENV_LIBRARY_PATH, test $SET_ENV_LIBRARY_PATH = yes)
|
AM_CONDITIONAL(SET_ENV_LIBRARY_PATH, test $SET_ENV_LIBRARY_PATH = yes)
|
||||||
AC_SUBST(SET_ENV_LIBRARY_PATH)
|
AC_SUBST(SET_ENV_LIBRARY_PATH)
|
||||||
|
Reference in New Issue
Block a user