We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed3659 commit f5d04e6Copy full SHA for f5d04e6
ChangeLog
@@ -1,3 +1,6 @@
1
+2277. [build] andrei
2
+ "libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
3
+
4
2276. [build] razvan
5
The library version numbers have been bumped up for the Kea 2.7.2
6
development release.
configure.ac
@@ -42,6 +42,9 @@ AC_PROG_CXX
42
# Check for preprocessors.
43
AC_PROG_CXXCPP
44
45
+# Check for ln -s.
46
+AC_PROG_LN_S
47
48
# Check for exact Kea version.
49
AC_MSG_CHECKING(whether this is a tarball or git source or package preparation)
50
# KEA_PKG_VERSION_IN_CONFIGURE and KEA_PKG_TYPE_IN_CONFIGURE names may be weird
0 commit comments