mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix dist_libxml2().
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16129 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -26,7 +26,6 @@ function prepare() {
|
||||
_GUILE_UDIR=`unix_path $GUILE_DIR`
|
||||
_WIN_UDIR=`unix_path $WINDIR`
|
||||
_EXETYPE_UDIR=`unix_path $EXETYPE_DIR`
|
||||
_LIBXML2_UDIR=`unix_path $LIBXML2_DIR`
|
||||
_GNOME_UDIR=`unix_path $GNOME_DIR`
|
||||
_PCRE_UDIR=`unix_path $PCRE_DIR`
|
||||
_LIBGSF_UDIR=`unix_path $LIBGSF_DIR`
|
||||
@@ -74,14 +73,9 @@ function dist_openssl() {
|
||||
cp -a $_OPENSSL_UDIR/bin/*.dll $DIST_UDIR/bin
|
||||
}
|
||||
|
||||
function dist_libxml2() {
|
||||
setup LibXML2
|
||||
mkdir -p $DIST_UDIR/bin
|
||||
cp -a $_LIBXML2_UDIR/bin/libxml2.dll $DIST_UDIR/bin
|
||||
}
|
||||
|
||||
function dist_gnome() {
|
||||
setup Gnome platform
|
||||
wget_unpacked $LIBXML2_URL $DOWNLOAD_DIR $DIST_DIR
|
||||
wget_unpacked $GETTEXT_URL $DOWNLOAD_DIR $DIST_DIR
|
||||
smart_wget $LIBICONV_URL $DOWNLOAD_DIR
|
||||
unzip -q $LAST_FILE bin/iconv.dll -d $DIST_DIR
|
||||
@@ -231,7 +225,6 @@ dist_regex
|
||||
dist_autotools
|
||||
dist_guile
|
||||
dist_openssl
|
||||
dist_libxml2
|
||||
dist_gnome
|
||||
dist_pcre
|
||||
dist_libgsf
|
||||
|
||||
Reference in New Issue
Block a user