1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/libxslt/libxslt.conf
3 # Copyright (C) 2007 - 2021 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 # guide while cross-compiling
14 atstage native || var_append extraconfopt ' ' --without-python
15 if pkginstalled libgcrypt; then
16 export LIBGCRYPT_CONFIG=$root`pkgprefix bindir libgcrypt`/libgcrypt-config
18 var_append extraconfopt ' ' --without-crypto
21 var_append extraconfopt ' ' --with-libxml-prefix=$root/`pkgprefix prefix libxml`
23 # now this is a mess, and of course not honoring it's own configure opts, ...
24 #var_append makeinstopt ' ' "DOC_MODULE=$pkg EXAMPLE_DIR=$root$docdir/examples DOCS_DIR=$root$docdir"