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

Jelle van der Waa jelle at archlinux.org
Thu Mar 23 16:27:33 UTC 2017


    Date: Thursday, March 23, 2017 @ 16:27:33
  Author: jelle
Revision: 218541

upgpkg: tarsnap 1.0.37-2

openssl 1.1.0 rebuild

Modified:
  tarsnap/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-23 16:23:24 UTC (rev 218540)
+++ PKGBUILD	2017-03-23 16:27:33 UTC (rev 218541)
@@ -3,12 +3,12 @@
 
 pkgname=tarsnap
 pkgver=1.0.37
-pkgrel=1
+pkgrel=2
 pkgdesc='An online encrypted snapshotted backup service'
 arch=('i686' 'x86_64')
 url='http://www.tarsnap.com/'
 license=('custom')
-depends=('bzip2' 'openssl' 'xz')
+depends=('bzip2' 'openssl-1.0' 'xz')
 makedepends=('e2fsprogs')
 source=("https://www.tarsnap.com/download/${pkgname}-autoconf-${pkgver}.tgz")
 validpgpkeys=('38DAFD2CEEB3E78D8627F5486D0D5B8046B64BEB')
@@ -17,6 +17,8 @@
 
 build() {
   cd "$srcdir/$pkgname-autoconf-$pkgver"
+  export CFLAGS="$CFLASG -I/usr/include/openssl-1.0"
+  export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.0 -lssl -lcrypto"
 
   ./configure --prefix=/usr --sysconfdir="/etc/$pkgname"
   make



More information about the arch-commits mailing list