Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - just use the strip binary to avoid confusing libtool (quotes) | 2007-10-01 | 1 | -1/+1 | |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | 2007-08-21 | 1 | -2/+2 | |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | 2007-08-21 | 1 | -1/+1 | |
| | |||||
* | - fix bug introduced by ulf in r19378. | 2007-08-05 | 1 | -1/+1 | |
| | |||||
* | Cleanup libpng, use usr/lib | 2007-08-01 | 1 | -3/+3 | |
| | |||||
* | Cleanup of libpng | 2007-07-29 | 1 | -17/+8 | |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | 2007-07-11 | 1 | -3/+3 | |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | 2007-06-27 | 1 | -3/+1 | |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | fixup package LDFLAGS handling | 2007-03-13 | 1 | -0/+1 | |
| | |||||
* | - some more CONFIG_UPDATEs by Haavard Skinnemoen | 2007-03-07 | 1 | -0/+1 | |
| | |||||
* | new stable upstream version | 2007-02-03 | 1 | -1/+1 | |
| | |||||
* | silly typos | 2007-01-14 | 1 | -1/+1 | |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | 2007-01-14 | 2 | -22/+99 | |
| | | | | | | | | | | | | | 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 | ||||
* | be explicit about not depending on X, dep should go the other way | 2007-01-11 | 1 | -0/+1 | |
| | |||||
* | fix install such that pkg-config setup is correct | 2007-01-10 | 1 | -6/+19 | |
| | |||||
* | - add and use BR2_BZCAT config option. | 2006-11-17 | 1 | -1/+1 | |
| | |||||
* | fix broken libpng compile -- malloc was being handled incorrectly | 2006-07-08 | 1 | -0/+6 | |
| | | | | when cross compiling | ||||
* | ver bump to 1.2.12 | 2006-06-30 | 1 | -13/+14 | |
| | |||||
* | add a libpng-dirclean target and alias png to libpng | 2005-09-08 | 1 | -1/+5 | |
| | |||||
* | Setup libpng to be fetched from the sourceforge mirror of choice | 2005-06-23 | 1 | -2/+1 | |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | 2005-02-10 | 2 | -3/+8 | |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | Bump version to 1.28, per recommendation from solar | 2005-01-23 | 1 | -1/+1 | |
| | |||||
* | Patch from pdinoto: http://bugs.uclibc.org/view.php?id=33 | 2005-01-23 | 1 | -1/+2 | |
| | | | | | | | 0000033: [PATCH] libpng: New download site This patch changes the URL to download libpng, since the actual seems to be offline or lack that particular file | ||||
* | Martin Herren writes: | 2004-12-14 | 3 | -0/+81 | |
here is a small patch to add libpng to buildroot. It's the first application which i integrated in the buildroot build system, so i welcome any comments, feedbacks and/or improvements about it. I tested it using directfb on a arm/pxa platform, and as far as i could test it it seems to work. |