Browse Source

Improved libxslt to build on stage 1 when cross-compiling

early
Alejandro Mery 17 years ago
parent
commit
1510c56237
  1. 8
      textproc/libxslt/libxslt.conf
  2. 2
      textproc/libxslt/libxslt.desc

8
textproc/libxslt/libxslt.conf

@ -15,3 +15,11 @@
if ! pkginstalled libgcrypt; then
var_append extraconfopt ' ' '--without-crypto'
fi
if ! atstage native; then
# python, not on stage 1 please
var_append extraconfopt ' ' '--without-python'
# help it to find the right libxml
var_append extraconfopt ' ' "--with-libxml-prefix=$root/$( pkgprefix libxml )"
fi

2
textproc/libxslt/libxslt.desc

@ -34,6 +34,6 @@
[L] LGPL
[S] Stable
[V] 1.1.22
[P] X -----5---9 112.360
[P] X -?---5---9 112.360
[D] 149992907 libxslt-1.1.22.tar.gz ftp://xmlsoft.org/libxslt/

Loading…
Cancel
Save