summaryrefslogtreecommitdiffstats
path: root/package/libxml2
Commit message (Collapse)AuthorAgeFilesLines
* libxml2: stop continous rerun of post-extract targetPeter Korsgaard2009-01-271-0/+1
| | | | Touch stamp file (seems to have been missed by r23656).
* Getting rid of a bit more configure options that's been centralized.Thomas Lundquist2009-01-181-1/+1
|
* package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard2008-10-201-1/+0
| | | | It's default now.
* package/libxml2/libxml2.mk: Bounce version to 2.6.32Daniel Laird2008-10-101-1/+5
| | | | | | | Bounce the version to 2.6.32. And deal with the left over .rej files. Daniel Laird
* libxml2: Post process xml2-config file to actually work and bump versionDaniel Laird2008-08-281-3/+3
| | | | | | | | | | | | | | 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.
* libxml2: enable ipv6 support if enabled in buildrootPeter Korsgaard2008-08-241-1/+1
|
* libxml2: use install-strip instead of install-exec for target installPeter Korsgaard2008-08-231-1/+4
| | | | | Use install-strip so binaries gets stripped and man pages / header files gets installed.
* libxml2: cleanup configure argsPeter Korsgaard2008-08-231-8/+1
|
* libxml2: point to homepage instead of ftp site in helpPeter Korsgaard2008-08-231-1/+2
|
* libxml2: remove unused BR2_PACKAGE_LIBXML2_TARGET_HEADERS optionPeter Korsgaard2008-08-231-8/+0
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* libxml: fix compilation without large file supportPeter Korsgaard2008-06-301-0/+4
|
* libxml2: strip libraries in TARGET_DIRPeter Korsgaard2008-06-201-3/+6
| | | | And cleanup libxml2.mk trailing whitespace while we're at it.
* updated libxml2 makefileJohn Voltz2008-03-061-104/+23
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Cleanup libxml2 directory structureUlf Samuelsson2007-09-231-4/+11
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* SED away some whitespaceUlf Samuelsson2007-08-201-5/+5
|
* Från: Brad House <brad@mainstreetsoftworks.com>Ulf Samuelsson2007-08-191-8/+4
| | | | | | | | | | | | | | | | | | 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
* Cleanup libxml2Ulf Samuelsson2007-08-072-5/+20
|
* Only build cvs and libxml2 if WCHAR is enabledUlf Samuelsson2007-07-311-0/+1
|
* Fix some bugs in libxml2 makeUlf Samuelsson2007-07-242-2/+12
|
* Copy libxml2 headers to staging_dir (and possibly target_dir)Ulf Samuelsson2007-07-171-4/+15
|
* Add libxml2 packageUlf Samuelsson2007-07-162-0/+85