summaryrefslogtreecommitdiff
path: root/package/libxml2
AgeCommit message (Collapse)Author
2009-01-30dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works ↵Peter Korsgaard
but may need refinement) As discussed on the list - Too complicated and wrong.
2009-01-30Fix dbus dependency on libxml2, without rebuild, works but may need refinementUlf Samuelsson
2009-01-27libxml2: stop continous rerun of post-extract targetPeter Korsgaard
Touch stamp file (seems to have been missed by r23656).
2009-01-18Getting rid of a bit more configure options that's been centralized.Thomas Lundquist
2008-10-20package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard
It's default now.
2008-10-10package/libxml2/libxml2.mk: Bounce version to 2.6.32Daniel Laird
Bounce the version to 2.6.32. And deal with the left over .rej files. Daniel Laird
2008-08-28libxml2: Post process xml2-config file to actually work and bump versionDaniel 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-24libxml2: enable ipv6 support if enabled in buildrootPeter Korsgaard
2008-08-23libxml2: use install-strip instead of install-exec for target installPeter Korsgaard
Use install-strip so binaries gets stripped and man pages / header files gets installed.
2008-08-23libxml2: cleanup configure argsPeter Korsgaard
2008-08-23libxml2: point to homepage instead of ftp site in helpPeter Korsgaard
2008-08-23libxml2: remove unused BR2_PACKAGE_LIBXML2_TARGET_HEADERS optionPeter 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-30libxml: fix compilation without large file supportPeter Korsgaard
2008-06-20libxml2: strip libraries in TARGET_DIRPeter Korsgaard
And cleanup libxml2.mk trailing whitespace while we're at it.
2008-03-06updated libxml2 makefileJohn 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-23Cleanup libxml2 directory structureUlf Samuelsson
2007-08-22- semicolon touchup. No other changesBernhard 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-21Remove switches if sstrip is runUlf Samuelsson
2007-08-20SED away some whitespaceUlf Samuelsson
2007-08-19Frå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-07Cleanup libxml2Ulf Samuelsson
2007-07-31Only build cvs and libxml2 if WCHAR is enabledUlf Samuelsson
2007-07-24Fix some bugs in libxml2 makeUlf Samuelsson
2007-07-17Copy libxml2 headers to staging_dir (and possibly target_dir)Ulf Samuelsson
2007-07-16Add libxml2 packageUlf Samuelsson