diff options
author | 2017-07-03 22:45:08 +0200 | |
---|---|---|
committer | 2017-07-05 01:37:11 +0200 | |
commit | b198cedc5007e6777efcedd2a6d9e2ff9952f65d (patch) | |
tree | ca78ca3e896d985619dffc47a30f509f3501003e /package/e2fsprogs | |
parent | 5ceabb945d9ce32a7b94f942fa062ffa615f1047 (diff) | |
download | buildroot-b198cedc5007e6777efcedd2a6d9e2ff9952f65d.tar.gz buildroot-b198cedc5007e6777efcedd2a6d9e2ff9952f65d.tar.bz2 |
e2fsprogs: remove libintl static linking handling
We no longer support building the full-blown libintl in static linking
scenarios, as it causes too many problems. Therefore, remove the
special code in e2fsprogs that was handling this.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r-- | package/e2fsprogs/e2fsprogs.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk index 84af7abab8..75e9213351 100644 --- a/package/e2fsprogs/e2fsprogs.mk +++ b/package/e2fsprogs/e2fsprogs.mk @@ -77,12 +77,6 @@ HOST_E2FSPROGS_CONF_ENV += \ ac_cv_header_magic_h=no \ ac_cv_lib_magic_magic_file=no -ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE)$(BR2_STATIC_LIBS),yy) -# util-linux libuuid pulls in libintl if needed, so ensure we also -# link against it, otherwise static linking fails -E2FSPROGS_CONF_ENV += LIBS=-lintl -endif - E2FSPROGS_MAKE_OPTS = LDCONFIG=true E2FSPROGS_INSTALL_STAGING_OPTS = \ |