diff options
Diffstat (limited to 'extra/libpst/Pkgfile')
-rwxr-xr-x | extra/libpst/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libpst/Pkgfile b/extra/libpst/Pkgfile index e832e60ef..fe54c46e3 100755 --- a/extra/libpst/Pkgfile +++ b/extra/libpst/Pkgfile @@ -5,7 +5,7 @@ # Depends on: python, boost name=libpst -version=0.6.41 +version=0.6.49 release=1 source=( http://www.five-ten-sg.com/libpst/packages/$name-$version.tar.gz) @@ -16,7 +16,7 @@ build() { ./configure --prefix=/usr\ --mandir=/usr/share/man\ --infodir=/usr/share/info \ - --disable-static --enable-libpst-shared --disable-dii + --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2 make make DESTDIR=$PKG install } |