summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2018-04-07 15:25:16 +0300
committerGordonGR2018-04-07 15:25:16 +0300
commit4b9b07486e36d52e62685484fa9c0705c8ed3223 (patch)
tree645337b0d86e10fedcca3066ad195bc67f138a79 /PKGBUILD
parenta3699b5fcbeea4b9a4767ad6dcf08a27ba62f944 (diff)
downloadaur-4b9b07486e36d52e62685484fa9c0705c8ed3223.tar.gz
0.30.2-4: Fix URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1b38c2de54c..f80dda39a12a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,16 @@
_pkgname=neon
pkgname=lib32-${_pkgname}
pkgver=0.30.2
-pkgrel=3
+pkgrel=4
pkgdesc="HTTP and WebDAV client library with a C interface (32 bit)"
arch=('x86_64')
license=('GPL' 'LGPL')
depends=('lib32-krb5' 'lib32-expat' "${_pkgname}" 'ca-certificates' 'zlib')
-url="http://www.webdav.org/neon/"
+url="https://web.archive.org/web/20170928175008/http://www.webdav.org/neon/"
source=("https://fossies.org/linux/www/${_pkgname}-${pkgver}.tar.gz")
-#source=("http://www.webdav.org/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
options=('libtool') # FS#16067
md5sums=('e28d77bf14032d7f5046b3930704ef41')
-
build() {
export CC='gcc -m32'
export CXX='g++ -m32'
@@ -29,6 +27,8 @@ cd "${srcdir}"/${_pkgname}-${pkgver}
--with-ssl=openssl \
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
--libdir=/usr/lib32 --without-libproxy # without proxy, just like 'neon' package
+
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
# fix invalid .so links in man pages (FS#24902)