Skip to content

Commit

Permalink
libxml2: fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Apr 17, 2020
1 parent 1f87130 commit 78f1730
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libxml2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

pkgname=('libxml2' 'libxml2-devel' 'libxml2-python')
pkgver=2.9.10
pkgrel=2
pkgrel=3
pkgdesc="XML parsing library, version 2"
arch=(i686 x86_64)
license=('MIT')
makedepends=('python2' 'python3' 'icu-devel>=59.1' 'libreadline-devel' 'ncurses-devel' 'liblzma-devel' 'zlib-devel')
makedepends=('python2' 'python3' 'icu-devel>=59.1' 'libreadline-devel' 'ncurses-devel' 'liblzma-devel' 'zlib-devel' 'libcrypt-devel')
url="http://www.xmlsoft.org/"
source=(http://xmlsoft.org/sources/${pkgname}-${pkgver}.tar.gz
https://www.w3.org/XML/Test/xmlts20130923.tar.gz
Expand Down Expand Up @@ -63,6 +63,7 @@ prepare() {
}

build() {
export lt_cv_deplibs_check_method='pass_all'
cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr \
Expand Down

0 comments on commit 78f1730

Please sign in to comment.