mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
3833cf86b0
* add libxslt * fix libxslt test * fix libxslt test * fix libxslt test * build w/ libxml2 include prefix * add libxml2 prefix to inlcude * restart ci * test fix * use pkg-config * fix * wip * wip * wip * wip --------- Co-authored-by: Max Howell <mxcl@me.com>
14 lines
337 B
Diff
14 lines
337 B
Diff
diff --git a/xslt-config.in b/xslt-config.in
|
|
index f68df0f..b9bd2f4 100644
|
|
--- a/xslt-config.in
|
|
+++ b/xslt-config.in
|
|
@@ -1,6 +1,7 @@
|
|
#! /bin/sh
|
|
|
|
-prefix=@prefix@
|
|
+prefix="$(cd "$(dirname "$0")/.." && pwd)"
|
|
+libxml2_prefix="$(cd "$prefix/../../libxml2/v2" && pwd)"
|
|
exec_prefix=@exec_prefix@
|
|
exec_prefix_set=no
|
|
includedir=@includedir@
|