aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/claws-mail/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/main/claws-mail/APKBUILD b/main/claws-mail/APKBUILD
index f03a79c1ab..88c66bed6f 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=4
+pkgrel=5
pkgdesc="A GTK+ based e-mail client."
url="http://www.claws-mail.org"
arch="all"
@@ -74,9 +74,6 @@ 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