summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2018-08-28 10:25:41 -0400
committerEli Schwartz2018-08-28 10:25:41 -0400
commit76c8a4ff98168a45808cc72b7a7047d17aa3bd19 (patch)
treeb62ec4d72917272acf224111c5c5576f416f62f6
parent3b81381062ff582f1ee5b966896b6e18501cf30f (diff)
downloadaur-76c8a4ff98168a45808cc72b7a7047d17aa3bd19.tar.gz
upgpkg: pacman-static 5.1.1-3
fix openssl support no-shared does not provide all the options a static libssl needs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99751ee8ece3..555641755234 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 e33108b0fb70..bf221b2a688b 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