From e8975942eca329727181f4b16077b5cf375fd8f8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 19 Jan 2018 23:38:10 +0100 Subject: [PATCH] Makefile.am: link libicu.a before libutil.a libicu.a depends on libutil.a. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e4e29ac70..5e468aa42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,8 +61,8 @@ src_mpd_LDADD = \ libnet.a \ $(FS_LIBS) \ libsystem.a \ - libutil.a \ $(ICU_LDADD) \ + libutil.a \ $(SYSTEMD_DAEMON_LIBS) src_mpd_SOURCES = \