summaryrefslogtreecommitdiffstats
path: root/package/libidn/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* libidn: fix build with config.cache, autoconf and emacsPeter Korsgaard2010-06-051-2/+2
| | | | | | | | | | | | | | libidn contains a few elisp files, and it's configure script checks for emacs to know if it should install them. This is not important for BR as we don't have emacs, but configure fails if it's available on the host, config.cache is used and autoconf has already been used as that loads EMACS="no" into the cache. Fix it by also setting EMACS="no" here. At the same time, fix up trailing spaces in Config.in. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update packages to BR2_NEEDS_GETTEXT_IF_LOCALEThomas Petazzoni2010-05-241-0/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libidn: Update Config.in to fulfill LIBIDN_BINARYGustavo Zacarias2009-11-161-0/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/libidn/Config.in: Fix layout of text as per coding guidelines.Daniel Laird2009-01-141-1/+1
| | | | | | | | | | | Update description to match required -> help Description Empty line Homepage Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/libidn/Config.in: Fix line length of textDaniel Laird2009-01-131-1/+2
| | | | | | | Could not count properly.... line length > 80. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/libidn: Add a new package (required by later WebKits...)Daniel Laird2009-01-131-0/+6
GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The native C, C# and Java libraries are available under the GNU Lesser General Public License version 2.1 or later. Not quite sure I've put it in the correct menu but it will work. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>