Commit 23f5515f authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

build: for Solaris, tell the linker to use a threading lib

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

.
Reported-by: default avatarHenrik Karlsson <henrik.karlsson@pulsen.se>
Tested-by: default avatarJohn Wiersba <jrw32982@yahoo.com>
No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
......@@ -37,9 +37,10 @@ nano_SOURCES = browser.c \
search.c \
text.c \
utils.c \
winio.c
winio.c
nano_LDADD = @LIBINTL@ $(top_builddir)/lib/libgnu.a $(LIB_CLOCK_GETTIME)
nano_LDADD = @LIBINTL@ $(top_builddir)/lib/libgnu.a \
$(LIB_CLOCK_GETTIME) $(LIBTHREAD)
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