diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-08-13 04:41:13 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2010-08-13 06:25:22 +0200 |
commit | a9809fc49c633a80bb8e13485a1bfb1cbf62d522 (patch) | |
tree | a4333cb6731ec660be65cbf0eb19b21c69e090d6 /utils | |
parent | 50a9519397b6662dd5376faaaa495bf04bafc4f5 (diff) | |
download | dpkg-a9809fc49c633a80bb8e13485a1bfb1cbf62d522.tar.gz |
build: Link u-a against libintl if libc does not have i18n support
This happens on at least Solaris and Darwin.
Signed-off-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 403ac3ae4..b82362723 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -25,6 +25,7 @@ update_alternatives_SOURCES = \ update_alternatives_LDADD = \ ../lib/compat/libcompat.a \ + $(LIBINTL) \ $(UA_LIBS) sbin_PROGRAMS = |