[arch-commits] Commit in libewf/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Mar 22 18:54:00 UTC 2017


    Date: Wednesday, March 22, 2017 @ 18:53:59
  Author: bpiotrowski
Revision: 218402

upgpkg: libewf 20140608-4

rebuild against openssl 1.1.0

Modified:
  libewf/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-22 17:45:41 UTC (rev 218401)
+++ PKGBUILD	2017-03-22 18:53:59 UTC (rev 218402)
@@ -5,22 +5,23 @@
 
 pkgname=libewf
 pkgver=20140608
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for support of the Expert Witness Compression Format (EWF)"
 arch=('i686' 'x86_64')
 url="https://github.com/libyal/libewf/"
 license=('LGPL3')
 makedepends=('fuse2')
-depends=('util-linux' 'zlib' 'openssl')
+depends=('util-linux' 'zlib' 'bzip2')
 optdepends=('fuse2: to be able to use ewfmount')
 options=('!libtool')
-source=(https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/$pkgname-$pkgver.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/libewf/libewf-20140608.tar.gz/fdf615f23937fad8e02b60b9e3e5fb35/libewf-20140608.tar.gz)
 sha256sums=('d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  ./configure --prefix=/usr --sysconfdir=/etc
+  CPPFLAGS="$CPPFLAGS -std=gnu89"
+  ./configure --prefix=/usr --sysconfdir=/etc --without-openssl
   make
 }
 



More information about the arch-commits mailing list