From d10c38b8c7e60d76ebf73594288a295d1b9a2b74 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 14 May 2018 13:47:37 +0200 Subject: alpine: really (temporary) repair linking issues --- alpine/PKGBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'alpine/PKGBUILD') diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index 41344a764..071ebcbd6 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -23,6 +23,13 @@ options=("!makeflags") source=("alpine::git://repo.or.cz/alpine.git#commit=${_commit}") sha512sums=('SKIP') +prepare() { + sed -i ' + /^\s*ERR_free_strings();\s*$/d + /^\s*EVP_cleanup();\s*$/d + ' "${srcdir}/${pkgname}/pith/smime.c" +} + pkgver() { cd "${srcdir}/${pkgname}" _rev=$( @@ -57,7 +64,7 @@ build() { cd "${srcdir}/${pkgname}" # Configure Alpine - LIBS+=" -lcrypto" ./configure --prefix=/usr \ + ./configure --prefix=/usr \ --without-passfile --without-tcl --disable-shared \ --with-system-pinerc=/etc/${pkgname}.d/pine.conf \ --with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed -- cgit v1.2.3-70-g09d2