summaryrefslogtreecommitdiffstats
path: root/package/libxml2
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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