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

Sergej Pupykin spupykin at archlinux.org
Wed May 31 11:36:16 UTC 2017


    Date: Wednesday, May 31, 2017 @ 11:36:14
  Author: spupykin
Revision: 231531

upgpkg: dillo 3.0.5-5

Modified:
  dillo/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-31 11:07:26 UTC (rev 231530)
+++ PKGBUILD	2017-05-31 11:36:14 UTC (rev 231531)
@@ -4,13 +4,13 @@
 
 pkgname=dillo
 pkgver=3.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A small, fast graphical web browser built on FLTK"
 arch=(i686 x86_64)
 url="http://www.dillo.org"
 license=('GPL')
 depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
-         'libxi' 'libxinerama')
+         'libxi' 'libxinerama' 'openssl-1.0')
 backup=(etc/dillo/{dillorc,dpidrc})
 validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
 source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
@@ -19,7 +19,8 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+  CFLAGS="-I/usr/include/openssl-1.0" LDFLAGS="-L/usr/lib/openssl-1.0" \
+      ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
               --enable-ssl
   make
 }



More information about the arch-commits mailing list