From b7817d4bb9bb8197c7b0c4137ef1059c456b04c8 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Sat, 3 Apr 2021 22:30:45 -0700 Subject: [PATCH] [build] fix musl test build --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index b0a64cf5..f32d5d73 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -94,11 +94,11 @@ LDADD = \ $(top_builddir)/src/yajlpp/libyajlpp.a \ $(top_builddir)/src/base/libbase.a \ $(top_builddir)/src/pugixml/libpugixml.a \ + $(READLINE_LIBS) \ $(CURSES_LIB) \ $(LIBARCHIVE_LIBS) \ $(SQLITE3_LIBS) \ $(PCRE_LIBS) \ - $(READLINE_LIBS) \ $(LIBCURL) test_ansi_scrubber_SOURCES = test_ansi_scrubber.cc