diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-05-12 04:05:06 -0500 |
---|---|---|
committer | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-05-12 04:05:06 -0500 |
commit | 18b754fd715a199d28cb54155efc88f9bc7c6a58 (patch) | |
tree | 298e5db8dcac3818c611bc3d1a46e5e2ea1d0407 /data/_libxslt | |
parent | 8ae2d02ade7ba4ee8efb4b24a1fb52f8df26c3a8 (diff) |
Some fixes (onig,joe,jq,lightppd,php,xslt)
Diffstat (limited to 'data/_libxslt')
-rw-r--r-- | data/_libxslt/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/_libxslt/make.sh b/data/_libxslt/make.sh index 8a73a1fff..a8549d654 100644 --- a/data/_libxslt/make.sh +++ b/data/_libxslt/make.sh @@ -2,7 +2,7 @@ pkg:setup cd libxslt NOCONFIGURE=1 ./autogen.sh # XXX: fix libgcrypt-config call to add --prefix -pkg:configure --with-python=no --with-libxml-prefix="$(PKG_DEST_ _libxml2)/usr" --with-libxml-include-prefix="$(PKG_DEST_ _libxml2)/usr/include/libxml2" ac_cv_path_LIBGCRYPT_CONFIG=no +LDFLAGS="-lxml2" pkg:configure --with-python=no --with-libxml-prefix="$(PKG_DEST_ _libxml2)/usr" --with-libxml-include-prefix="$(PKG_DEST_ _libxml2)/usr/include/libxml2" ac_cv_path_LIBGCRYPT_CONFIG=no pkg:make cp "../Pregenerated Files/xslt-config" xslt-config pkg:install |