]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: add missing -ldl 3036/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 14 Apr 2016 00:24:58 +0000 (00:24 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 14 Apr 2016 00:27:04 +0000 (00:27 +0000)
Fixes #3035

Makefile.am

index 34eaefd0bf40897b9399cf70b7006cf7b91256ed..198265f48dcd1467e87328b1f62030bc05ae5b14 100644 (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) \