Commit Graph

5 Commits

Author SHA1 Message Date
Ulf Samuelsson f60308be15 Från: Brad House <brad@mainstreetsoftworks.com>
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-19 20:59:37 +00:00
Ulf Samuelsson e1875d3ba2 Cleanup libxml2 2007-08-07 17:27:59 +00:00
Ulf Samuelsson 90d64ed2bf Fix some bugs in libxml2 make 2007-07-24 14:12:38 +00:00
Ulf Samuelsson ff2adceaa2 Copy libxml2 headers to staging_dir (and possibly target_dir) 2007-07-17 15:17:42 +00:00
Ulf Samuelsson f9a0f11030 Add libxml2 package 2007-07-16 20:13:22 +00:00