Från: Brad House <brad@mainstreetsoftworks.com>
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 19 Aug 2007 20:59:37 +0000 (20:59 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 19 Aug 2007 20:59:37 +0000 (20:59 -0000)
commitf60308be15419d886dee78fc523b288c30a21167
tree9af39b8a46be6803b3ebadfc5168b8ba958c4713
parent6c2d80b2ae376fc301ed088a6d4b0352f3ff58a6
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
package/libxml2/libxml2.mk