1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-09 12:58:26 +03:00

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