summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2023-05-18 07:41:02 -0700
committerYardena Cohen2023-05-18 07:41:02 -0700
commitf2d9ba7f646a971f057778ec10e8d489c1333a01 (patch)
tree9a32050a9a4713b56395cba2697b02fac1314c02
parent428d8482b27e5a76800e391b98281eb38024e57c (diff)
downloadaur-haskell-codec-mbox.tar.gz
remove --enable-split-objs
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e740f24f4e6..4ec4038870b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri Dec 29 06:43:03 UTC 2017
pkgbase = haskell-codec-mbox
pkgdesc = A library to read and write mailboxes in mbox format
pkgver = 0.2.0.0
@@ -19,4 +17,3 @@ pkgbase = haskell-codec-mbox
sha512sums = a03472f4600d1536b2681953625b3c8fc167ac9628585842be68344d6727e007fff17e85896864c69185f428d040d784bbbc8e44cc421c60523586ff4bb150c2
pkgname = haskell-codec-mbox
-
diff --git a/PKGBUILD b/PKGBUILD
index 0056bc267acb..3e381d9847bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ sha512sums=("a03472f4600d1536b2681953625b3c8fc167ac9628585842be68344d6727e007fff
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
- runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
+ runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-shared \
--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
--libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build