build-sys: add missing -ldl

Fixes #3035
This commit is contained in:
Evgeny Vereshchagin 2016-04-14 00:24:58 +00:00
parent 23d8b221c0
commit e669a55b2c

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) \