diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-16 10:00:29 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-16 10:00:29 +0000 |
commit | 5dce7d3005e1fe6c95cf67f096bf05e39651d226 (patch) | |
tree | 0a7071d79b08806b9105b7ae53010b22b902f805 /package/gettext/Config.in | |
parent | 483331462a81070ac565a89f1c9091e7ad5628b4 (diff) | |
download | buildroot-novena-5dce7d3005e1fe6c95cf67f096bf05e39651d226.tar.gz buildroot-novena-5dce7d3005e1fe6c95cf67f096bf05e39651d226.zip |
Temporarily allow static libgettext library option to ensure build can complete for ARM
Diffstat (limited to 'package/gettext/Config.in')
-rw-r--r-- | package/gettext/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/gettext/Config.in b/package/gettext/Config.in index 3c056d647..7e92a9622 100644 --- a/package/gettext/Config.in +++ b/package/gettext/Config.in @@ -8,6 +8,19 @@ config BR2_PACKAGE_GETTEXT http://www.gnu.org/software/gettext/ +config BR2_PACKAGE_GETTEXT_STATIC + bool "Use libgettext.a instead of libgettext.so.*" + default y + depends on BR2_PACKAGE_GETTEXT + depends on BR2_arm + help + The GNU `gettext' utilities are a set of tools that provide a + framework to help other GNU packages produce multi-lingual + messages. + + http://www.gnu.org/software/gettext/ + + config BR2_PACKAGE_LIBINTL bool "libintl" default n |