From dbcc4de9ee99ba5d796398881f6ba1d54ea6874a Mon Sep 17 00:00:00 2001 From: ScrumpyJack <scrumpyjack@st.ilet.to> Date: Tue, 13 Sep 2016 07:00:07 +0000 Subject: [PATCH] community/monkey: fixes ssl problem Builds monkey with jemalloc to fix a seg fault issue when built with built-in malloc. --- community/monkey/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/community/monkey/APKBUILD b/community/monkey/APKBUILD index 8e5446a35034..0b0adc6b5f1e 100644 --- a/community/monkey/APKBUILD +++ b/community/monkey/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="ASL 2.0" depends="" depends_dev="" -makedepends="cmake bash mbedtls-dev findutils" +makedepends="cmake jemalloc-dev bash mbedtls-dev findutils" install="" subpackages="$pkgname-doc $pkgname-dev" source="http://monkey-project.com/releases/1.6/${pkgname}-${pkgver}.tar.gz" @@ -25,9 +25,8 @@ build() { ./configure \ --musl-mode \ --no-backtrace \ - --malloc-libc \ --mbedtls-shared \ - --enable-plugins=tls \ + --enable-plugins=tls,auth \ --default-user=nobody \ --prefix=/usr \ --libdir=/usr/lib \ -- GitLab