summaryrefslogtreecommitdiffstats
path: root/main/claws-mail
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-15 07:23:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-15 07:23:44 +0000
commitaf8774e37e1f7716233559df9a7a64e1a6dca99c (patch)
treee745b85fe0527898461c04f51ad9b3da06eef42a /main/claws-mail
parent26abb3a583e3baabe23e854aba73651b91c8bf73 (diff)
downloadaports-af8774e37e1f7716233559df9a7a64e1a6dca99c.tar.bz2
aports-af8774e37e1f7716233559df9a7a64e1a6dca99c.tar.xz
main/claws-mail: disable unlocked stdio
clawsmail segfaults after recent musl update. We are not sure why but it seems to be related unlocked stdio. We try disable it to test if it solves things.
Diffstat (limited to 'main/claws-mail')
-rw-r--r--main/claws-mail/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/claws-mail/APKBUILD b/main/claws-mail/APKBUILD
index dd4ae11b5..f03a79c1a 100644
--- a/main/claws-mail/APKBUILD
+++ b/main/claws-mail/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=claws-mail
pkgver=3.10.1
-pkgrel=3
+pkgrel=4
pkgdesc="A GTK+ based e-mail client."
url="http://www.claws-mail.org"
arch="all"
@@ -74,6 +74,9 @@ build() {
# force disabling of backtrace. the core dump was more useful
sed -i -e '/HAVE_BACKTRACE/d' config.h
+ # force disabling unlocked stdio.
+ sed -i -e '/HAVE_FGETS_UNLOCKED/d' config.h
+
make || return 1
cd tools
make