Skip to content
Snippets Groups Projects
Commit 8d836f7d authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Remove unrequired openssl dep and fix the CFLAGS/LDFLAGS passing to ./configure

so we can have full relro for dillo.
parent 1c78b700
No related branches found
Tags 1.26.0-2
No related merge requests found
......@@ -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 @@ sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment