Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-20 | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | |
It's default now. | |||
2008-10-10 | package/libxml2/libxml2.mk: Bounce version to 2.6.32 | Daniel Laird | |
Bounce the version to 2.6.32. And deal with the left over .rej files. Daniel Laird | |||
2008-08-28 | libxml2: Post process xml2-config file to actually work and bump version | Daniel Laird | |
Version bumped to 2.6.31 (2.6.32 has .rej files so patch target fails - upstream need to be informed). The xml2-config file in staging dir needs to have prefix / exec-prefix setup to understand the staging directory location. This then means that packages that call xml2-config to get include paths/cflags and libs etc work properly. This is very similar to what freetype does to freetype-config. | |||
2008-08-24 | libxml2: enable ipv6 support if enabled in buildroot | Peter Korsgaard | |
2008-08-23 | libxml2: use install-strip instead of install-exec for target install | Peter Korsgaard | |
Use install-strip so binaries gets stripped and man pages / header files gets installed. | |||
2008-08-23 | libxml2: cleanup configure args | Peter Korsgaard | |
2008-08-23 | libxml2: point to homepage instead of ftp site in help | Peter Korsgaard | |
2008-08-23 | libxml2: remove unused BR2_PACKAGE_LIBXML2_TARGET_HEADERS option | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-30 | libxml: fix compilation without large file support | Peter Korsgaard | |
2008-06-20 | libxml2: strip libraries in TARGET_DIR | Peter Korsgaard | |
And cleanup libxml2.mk trailing whitespace while we're at it. | |||
2008-03-06 | updated libxml2 makefile | 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-23 | Cleanup libxml2 directory structure | Ulf Samuelsson | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard 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-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-08-20 | SED away some whitespace | Ulf Samuelsson | |
2007-08-19 | Från: Brad House <brad@mainstreetsoftworks.com> | Ulf Samuelsson | |
Till: buildroot@uclibc.org Ämne: [Buildroot] [patch] libxml2 install fails because of missing directory Datum: Tue, 14 Aug 2007 16:34:34 -0400 (22.34 CEST) If libxml2 is installed before $(TARGET_DIR)/usr/lib is created, it fails because it can't copy the library over. Also, the dependency tree is a bit messed up. libxml2.a should only be installed if target-headers is specified, it's 4MB on my system and the only .a file I found in my TARGET_DIR (target-headers was not specified). The attached patch fixes the above problems. -Brad | |||
2007-08-07 | Cleanup libxml2 | Ulf Samuelsson | |
2007-07-31 | Only build cvs and libxml2 if WCHAR is enabled | Ulf Samuelsson | |
2007-07-24 | Fix some bugs in libxml2 make | Ulf Samuelsson | |
2007-07-17 | Copy libxml2 headers to staging_dir (and possibly target_dir) | Ulf Samuelsson | |
2007-07-16 | Add libxml2 package | Ulf Samuelsson | |