Merge pull request #3036 from evverx/add-ldl

build-sys: add missing -ldl
This commit is contained in:
Daniel Mack 2016-04-14 18:13:34 +02:00
commit d57a7ed5ea

View File

@ -4722,7 +4722,8 @@ systemd_localed_SOURCES = \
src/locale/localed.c
systemd_localed_LDADD = \
libshared.la
libshared.la \
-ldl
systemd_localed_CFLAGS = \
$(AM_CFLAGS) \