Commit cd7c3483 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

build: for Solaris, tell the linker where to find clock_gettime()

This fixes https://savannah.gnu.org/bugs/?50972

.
Reported-by: default avatarJohn Wiersba <jrw32982@yahoo.com>
parent 8075e454
Showing with 1 addition and 1 deletion
+1 -1
......@@ -39,7 +39,7 @@ nano_SOURCES = browser.c \
utils.c \
winio.c
nano_LDADD = @LIBINTL@ $(top_builddir)/lib/libgnu.a
nano_LDADD = @LIBINTL@ $(top_builddir)/lib/libgnu.a $(LIB_CLOCK_GETTIME)
install-exec-hook:
cd $(DESTDIR)$(bindir) && rm -f rnano && $(LN_S) nano rnano
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment