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

Jelle van der Waa jelle at archlinux.org
Sun Sep 22 12:02:58 UTC 2019


    Date: Sunday, September 22, 2019 @ 12:02:58
  Author: jelle
Revision: 511515

upgpkg: dillo 3.0.5-7

Remove unrequired openssl dep and fix the CFLAGS/LDFLAGS passing to ./configure
so we can have full relro for dillo.

Modified:
  dillo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-22 11:52:35 UTC (rev 511514)
+++ PKGBUILD	2019-09-22 12:02:58 UTC (rev 511515)
@@ -3,12 +3,12 @@
 
 pkgname=dillo
 pkgver=3.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc="A small, fast graphical web browser built on FLTK"
 arch=(x86_64)
 url="https://www.dillo.org"
 license=('GPL')
-depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+depends=('fltk' 'libjpeg' 'perl' 'libpng' 'gcc-libs' 'libxcursor'
          'libxi' 'libxinerama' 'openssl-1.0')
 backup=(etc/dillo/{dillorc,dpidrc})
 validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
@@ -22,7 +22,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  CFLAGS="-I/usr/include/openssl-1.0" LDFLAGS="-L/usr/lib/openssl-1.0" \
+  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