build support for detecting clock_gettime, with -lrt if needed
* acinclude.m4 (gl_CLOCK_TIME): * configure.ac: Locally include gl_CLOCK_TIME. To be fixed properly when gnulib updates their license to reflect the actual BSD state of things. * libguile/Makefile.am (libguile_@GUILE_EFFECTIVE_VERSION@_la_LDFLAGS): Add -lrt for clock_gettime, if needed. * meta/guile-2.0-uninstalled.pc.in: * meta/guile-2.0.pc.in: Likewise, in Libs.private.
This commit is contained in:
parent
7ff0f239b2
commit
e3b8bce8f4
5 changed files with 38 additions and 2 deletions
|
|
@ -472,6 +472,7 @@ libguile_@GUILE_EFFECTIVE_VERSION@_la_LDFLAGS = \
|
|||
$(ISNANF_LIBM) \
|
||||
$(ISNANL_LIBM) \
|
||||
$(LDEXP_LIBM) \
|
||||
$(LIB_CLOCK_GETTIME) \
|
||||
$(LIBSOCKET) \
|
||||
$(LOG1P_LIBM) \
|
||||
$(LTLIBICONV) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue