Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-26 | libglib2: remove $(DISABLE_NLS) from configure options | Peter Korsgaard | |
The configure option --disable-nls is not supported anymore in glib since version 2.0, see file ChangeLog.pre-2-0 line 544. Patch by Markus Heidelberg. | |||
2008-10-26 | libglib2: remove redundant configure args | Peter Korsgaard | |
Patch by Markus Heidelberg. | |||
2008-08-31 | libglib2: fix build with/without locale support | Peter Korsgaard | |
Don't select BR2_ENABLE_LOCALE. Glib works without locale support in toolchain, and packages shouldn't silently select toolchain options. Only select libiconv if locale support isn't enabled. | |||
2008-08-26 | libglib2: remove redundant configure args | Peter Korsgaard | |
2008-08-26 | libglib2 fix !BR2_USE_WCHAR compilation | Peter Korsgaard | |
2008-08-26 | libglib2: select libiconv | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-05 | Use HOST_GLIB for packages | Ulf Samuelsson | |
2008-03-06 | updated glib2 | John Voltz | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-12 | Update various packages to make X run | Ulf Samuelsson | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-02-01 | bump version | Eric Andersen | |
2007-01-14 | fixup 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-14 | Get rid of broken locale configuration option. I need to do a little more ↵ | "Steven J. Hill" | |
work on this. | |||
2007-01-14 | Make sure to install the 'libgthread' shared libraries as well. Also, allow ↵ | "Steven J. Hill" | |
for configuration of locale support or not. | |||
2007-01-10 | needs pkg-config | Eric Andersen | |
2007-01-10 | bump version to the latest stable release | Eric Andersen | |
2007-01-10 | add in glib2 | Eric Andersen | |