summaryrefslogtreecommitdiff
path: root/package/gettext
AgeCommit message (Collapse)Author
2008-10-27Strip gettext libraries on the targetPeter Korsgaard
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-07-23gettext: also remove from staging on -cleanPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-14packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard
2008-04-01buildroot: additional -clean target fixesPeter Korsgaard
Patch by Hebbar.
2008-03-26Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fixHamish Moffatt
broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
2008-03-11buildroot: Use BR2_GNU_MIRROR everywherePeter Korsgaard
Patch by Nigel Kukard.
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-05Add target to unpack gettextUlf Samuelsson
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-12Use shared library for gettext as defaultUlf Samuelsson
2007-08-10Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
2007-07-27Remove bad definition of LD to allow building of shared librariesUlf Samuelsson
2007-07-23Update Config of gettext subdirUlf Samuelsson
2007-07-16Temporarily allow static libgettext library option to ensure build can ↵Ulf Samuelsson
complete for ARM
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-07-08- make it compile.Bernhard Reutner-Fischer
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-20- bump versionBernhard Reutner-Fischer
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-02-06Fix building of gettext/libintl when using an external toolchain."Steven J. Hill"
2007-01-16Remove all of the binaries except for the one used for the target even ↵"Steven J. Hill"
though it is a MIPS binary and cannot be used. This package is still crap.
2007-01-15do not install build stuff into the target unless specifically asked to do soEric Andersen
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
2007-01-14Make gettext have its own definition."Steven J. Hill"
2007-01-10fix install such that pkg-config setup is correctEric Andersen
2007-01-10fix gettext so it will actually compile and installEric Andersen
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-07-20ver bump to 0.14.6Mike Frysinger
2006-06-23don't use ftp for gnu stuff, a few version bumps as well,Eric Andersen
based on a patch from Fu Yunhui
2006-05-24added patch to fix progname per case 0000879David Anders
2006-05-24changed the installation prefixes for targetDavid Anders
2006-01-25add option to select target installation per case 0000519David Anders
2005-11-24remove extra space after touchMike Frysinger
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-12-24merge help descriptions written by Tom CameronMike Frysinger
2004-10-11use $TARGET_CFLAGSMike Frysinger
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09update make targetsMike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.