summaryrefslogtreecommitdiffstats
path: root/rules/libxml2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-12-31 10:20:52 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-12-31 10:20:52 +0000
commitdda12ce9bb0ab53ced43861ed54d8a94e1297fec (patch)
tree162e2de93dd3fbd5dae63261a00863929c60e971 /rules/libxml2.make
parent640699cf80733cc1df6427241c99db040d2a8ec9 (diff)
downloadptxdist-dda12ce9bb0ab53ced43861ed54d8a94e1297fec.tar.gz
ptxdist-dda12ce9bb0ab53ced43861ed54d8a94e1297fec.tar.xz
* libxml2: set LIBXML2_ENV needed for a correct generation when the
cross toolchain prefix and the target name differs. strip the lib on the target file system. Patch by Guillaume Gourat. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7675 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxml2.make')
-rw-r--r--rules/libxml2.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/libxml2.make b/rules/libxml2.make
index 08c7e6463..43f6df299 100644
--- a/rules/libxml2.make
+++ b/rules/libxml2.make
@@ -59,6 +59,7 @@ $(STATEDIR)/libxml2.extract: $(libxml2_extract_deps_default)
libxml2_prepare: $(STATEDIR)/libxml2.prepare
LIBXML2_PATH := PATH=$(CROSS_PATH)
+LIBXML2_ENV := $(CROSS_ENV)
#
# autoconf
@@ -322,7 +323,7 @@ $(STATEDIR)/libxml2.targetinstall: $(libxml2_targetinstall_deps_default)
@$(call install_copy, libxml2, 0, 0, 0644, \
$(LIBXML2_DIR)/.libs/libxml2.so.2.6.27, \
- /usr/lib/libxml2.so.2.6.27)
+ /usr/lib/libxml2.so.2.6.27, y)
@$(call install_link, libxml2, libxml2.so.2.6.27, /usr/lib/libxml2.so.2)
@$(call install_link, libxml2, libxml2.so.2.6.27, /usr/lib/libxml2.so)