[Git][NTPsec/ntpsec][master] configure: Print LIBDIR
Richard Laager
gitlab at mg.gitlab.com
Sun Dec 13 02:02:34 UTC 2020
Richard Laager pushed to branch master at NTPsec / ntpsec
Commits:
eee4607b by Richard Laager at 2020-12-12T20:02:10-06:00
configure: Print LIBDIR
This may be helpful for debugging install issues.
Signed-off-by: Richard Laager <rlaager at wiktel.com>
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
@@ -886,6 +886,7 @@ int main(int argc, char **argv) {
msg_setting("LDFLAGS", " ".join(ctx.env.LDFLAGS))
msg_setting("LINKFLAGS_NTPD", " ".join(ctx.env.LINKFLAGS_NTPD))
msg_setting("PREFIX", ctx.env.PREFIX)
+ msg_setting("LIBDIR", ctx.env.LIBDIR)
msg_setting("Droproot Support", droproot_type)
msg_setting("Debug Support", yesno(ctx.options.enable_debug))
msg_setting("Refclocks", ", ".join(sorted(ctx.env.REFCLOCK_LIST)))
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/eee4607b256a5fb4263bd83b75f311e36be3a9ad
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/eee4607b256a5fb4263bd83b75f311e36be3a9ad
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20201213/802324de/attachment-0001.htm>
More information about the vc
mailing list