summaryrefslogtreecommitdiff
path: root/package/libglib2/libglib2.mk
AgeCommit message (Collapse)Author
2008-08-31libglib2: fix build with/without locale supportPeter 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-26libglib2: remove redundant configure argsPeter Korsgaard
2008-08-26libglib2 fix !BR2_USE_WCHAR compilationPeter Korsgaard
2008-08-26libglib2: select libiconvPeter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-05Use HOST_GLIB for packagesUlf Samuelsson
2008-03-06updated glib2John 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-12Update various packages to make X runUlf Samuelsson
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-02-01bump versionEric 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-14Get rid of broken locale configuration option. I need to do a little more ↵"Steven J. Hill"
work on this.
2007-01-14Make sure to install the 'libgthread' shared libraries as well. Also, allow ↵"Steven J. Hill"
for configuration of locale support or not.
2007-01-10needs pkg-configEric Andersen
2007-01-10bump version to the latest stable releaseEric Andersen
2007-01-10add in glib2Eric Andersen