Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-network
Commits:
623c466b by Felix Yan at 2024-02-27T16:31:39+00:00
upgpkg: 3.1.4.0-18: rebuild with random 1.2.1.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-network
pkgdesc = Low-level networking interface
pkgver = 3.1.4.0
- pkgrel = 17
+ pkgrel = 18
url = https://hackage.haskell.org/package/network
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=network
pkgname=haskell-network
pkgver=3.1.4.0
-pkgrel=17
+pkgrel=18
pkgdesc="Low-level networking interface"
url="https://hackage.haskell.org/package/${_hkgname}"
license=('BSD')
@@ -17,7 +17,8 @@
sha512sums=('18a0e0e336691c639bf69b5af74adef57302250a0a2e3a4a15c6cad6743785b7abe
build() {
cd $_hkgname-$pkgver
-
+
+ LDFLAGS="${LDFLAGS/-Wl,-z,pack-relative-relocs/}" \
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname
--enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-network/-/commit/623c466bb4d9743bf96875c68377511b365a4796
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-network/-/commit/623c466bb4d9743bf96875c68377511b365a4796
You're receiving this email because of your account on gitlab.archlinux.org.