From 76c8a4ff98168a45808cc72b7a7047d17aa3bd19 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 28 Aug 2018 10:25:41 -0400 Subject: upgpkg: pacman-static 5.1.1-3 fix openssl support no-shared does not provide all the options a static libssl needs --- .SRCINFO | 2 +- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 99751ee..5556417 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pacman-static pkgdesc = Statically-compiled pacman (to fix or install systems without libc) pkgver = 5.1.1 - pkgrel = 2 + pkgrel = 3 url = https://www.archlinux.org/pacman/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index e33108b..bf221b2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,7 +13,7 @@ _gpgerrorver=1.32 _libassuanver=2.5.1 _gpgmever=1.11.1 _gnupgver=2.2.9 -pkgrel=2 +pkgrel=3 pkgdesc="Statically-compiled pacman (to fix or install systems without libc)" arch=('i686' 'x86_64') url="https://www.archlinux.org/pacman/" @@ -98,7 +98,7 @@ build() { ./Configure --prefix="${srcdir}"/temp/usr \ --openssldir=/etc/ssl \ --libdir=lib \ - no-shared \ + -static \ no-ssl3-method \ ${optflags} \ "${openssltarget}" \ @@ -161,7 +161,7 @@ build() { --disable-{dict,gopher,imap,imaps,ldap,ldaps,manual,pop3,pop3s,rtsp,scp,sftp,smb,smbs,smtp,smtps,telnet,tftp} \ --without-{brotli,libidn2,librtmp,libssh2} \ --disable-libcurl-option \ - --without-ssl \ + --with-ssl \ --enable-ares="${srcdir}"/temp/usr make -C lib make install-pkgconfigDATA -- cgit v1.2.3-70-g09d2