summaryrefslogtreecommitdiffstats
path: root/patches/libxml2-2.6.32/generic/libxml2-2.6.27-config_in_sysroot.diff
blob: 7069eb3e516289053f1dea1cbee2e551b4a746ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Submitted-By: Marc Kleine-Budde, 2006-02-28
# Committed-By: Marc Kleine-Budde
#
# Error:
#
# xml2-config is not $SYSROOT aware
#
# Description: 
#
# this patch adds $SYSROOT support to xml2-config
#
# State:
# 
# not commited, but should be :)
#
---
# xml2-config.in |    2 +-
# 1 file changed, 1 insertion(+), 1 deletion(-)
#
Index: libxml2-2.6.32/xml2-config.in
===================================================================
--- libxml2-2.6.32.orig/xml2-config.in
+++ libxml2-2.6.32/xml2-config.in
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-prefix=@prefix@
+prefix=${SYSROOT}@prefix@
 exec_prefix=@exec_prefix@
 includedir=@includedir@
 libdir=@libdir@