diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-07-27 17:44:37 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-27 18:21:05 +0200 |
commit | e921567efbb7faeb3bf20a7e636e0dc360bf84a5 (patch) | |
tree | 61953c3981eef01f342696ee19a5b3a10932140a /package | |
parent | efee851c614926dd9ed0f49c4808a6d9b4f64eb0 (diff) | |
download | buildroot-e921567efbb7faeb3bf20a7e636e0dc360bf84a5.tar.gz buildroot-e921567efbb7faeb3bf20a7e636e0dc360bf84a5.zip |
package/fetchmail: gettextize to match the new gettext version
The gettext macros in the package are from a gettext version older than
the one we have in Buildroot, so autoreconf fails.
Run gettextize prior to running autoreconf, like we do in wget.
Fixes:
http://autobuild.buildroot.net/results/8dd/8dd6651ce99c0b81497fd285909b2b614009e273/
http://autobuild.buildroot.net/results/0bb/0bbfddda94ac7f75f74a54157c27de5b4fb3e559/
http://autobuild.buildroot.net/results/92b/92bcb493619ce4508bc4571cbfc3d5c3bdf49ff4/
http://autobuild.buildroot.net/results/768/768efd71745c72cec159edaa92e266167629ec5d/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/fetchmail/fetchmail.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/fetchmail/fetchmail.mk b/package/fetchmail/fetchmail.mk index e910019fcf..7154ea4da6 100644 --- a/package/fetchmail/fetchmail.mk +++ b/package/fetchmail/fetchmail.mk @@ -11,6 +11,7 @@ FETCHMAIL_SITE = http://downloads.sourceforge.net/project/fetchmail/branch_$(FET FETCHMAIL_LICENSE = GPLv2; some exceptions are mentioned in COPYING FETCHMAIL_LICENSE_FILES = COPYING FETCHMAIL_AUTORECONF = YES +FETCHMAIL_GETTEXTIZE = YES FETCHMAIL_CONF_ENV += LIBS="-lz" |