From e669a55b2cfec9d45c1ec3fc529a373209eeaca0 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 14 Apr 2016 00:24:58 +0000 Subject: build-sys: add missing -ldl Fixes #3035 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 34eaefd0bf..198265f48d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4722,7 +4722,8 @@ systemd_localed_SOURCES = \ src/locale/localed.c systemd_localed_LDADD = \ - libshared.la + libshared.la \ + -ldl systemd_localed_CFLAGS = \ $(AM_CFLAGS) \ -- cgit v1.2.3-54-g00ecf