diff options
author | Daniel Mack <github@zonque.org> | 2016-04-14 18:13:34 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-04-14 18:13:34 +0200 |
commit | d57a7ed5ea16cc506f8b60063cdaa96c6e23f6c9 (patch) | |
tree | 2dc2e58f439676d62d421d931e76a7114baeb8e7 | |
parent | 23d8b221c0490b1b00044072b329d3ab76d561e3 (diff) | |
parent | e669a55b2cfec9d45c1ec3fc529a373209eeaca0 (diff) |
Merge pull request #3036 from evverx/add-ldl
build-sys: add missing -ldl
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 34eaefd0bf..198265f48d 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) \ |