From: Evgeny Vereshchagin Date: Thu, 14 Apr 2016 00:24:58 +0000 (+0000) Subject: build-sys: add missing -ldl X-Git-Tag: v230~180^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3036%2Fhead;p=thirdparty%2Fsystemd.git build-sys: add missing -ldl Fixes #3035 --- diff --git a/Makefile.am b/Makefile.am index 34eaefd0bf4..198265f48dc 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) \