mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
kea: add new package
Kea is an open source DHCPv4/DHCPv6 server being developed by Internet Systems Consortium. Kea is a high-performance, extensible DHCP server engine that is designed to be easily modified and extended with hooks libraries. Kea is free open source, and we welcome community engagement, via the Kea-users mailing list, this wiki, and our Github repository. There is a small core team of dedicated software engineers developing it and we need your contributions and support contracts to support them. DHCP Standardization efforts: The lead developer on KEA is co-chair of the Dynamic Host Configuration working group in the IETF. We are committed to providing a standards-compliant implementation and are closely tracking developments in this working group and evaluating them for inclusion in KEA. wiki : http://kea.isc.org/wiki official : https://www.isc.org/kea/ Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
This commit is contained in:
committed by
Rosy Song
parent
a816d32107
commit
28e8dc578f
@@ -0,0 +1,11 @@
|
||||
--- a/m4macros/ax_crypto.m4
|
||||
+++ b/m4macros/ax_crypto.m4
|
||||
@@ -454,7 +454,7 @@ EOF
|
||||
dnl Check availability of SHA-2
|
||||
AC_MSG_CHECKING([support of SHA-2])
|
||||
LIBS_SAVED=${LIBS}
|
||||
- LIBS="$LIBS $CRYPTO_LIBS"
|
||||
+ LIBS="$LIBS $CRYPTO_LIBS -lpthread"
|
||||
CPPFLAGS_SAVED=${CPPFLAGS}
|
||||
CPPFLAGS="$CRYPTO_INCLUDES $CPPFLAGS"
|
||||
AC_LINK_IFELSE(
|
||||
Reference in New Issue
Block a user