2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

[#3254] show premium source in config report

This commit is contained in:
Andrei Pavel 2024-03-22 11:45:06 +02:00
parent eba8f2ab98
commit 11d636c074
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -60,8 +60,9 @@ else
KEA_SRCID="tarball"
AC_MSG_RESULT("tarball")
fi
# Export KEA_SRCID to config.h
# This will be either "tarball" or "git abcd".
# This will be either package version or "tarball" or "git abcd".
# We do not want to put this in a config.h, because it messes up ccache
# horribly. When building different branches, the commit-id is different
# and since the config.h is included in most files *and* has a different
@ -1863,7 +1864,7 @@ Package:
END
if test "$PREMIUM" != ""; then
cat >> config.report << END
Premium hooks: yes
Premium hooks: ${PREMIUM}
Included Hooks: ${INCLUDED_HOOKS}
END
else