diff options
-rw-r--r-- | community/monkey/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/monkey/APKBUILD b/community/monkey/APKBUILD index e50c13abd3..2a9a52ef1f 100644 --- a/community/monkey/APKBUILD +++ b/community/monkey/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Monkey is a lightweight and powerful web server" url="http://monkey-project.com" arch="all" license="Apache-2.0" -makedepends="bash cmake findutils jemalloc-dev mbedtls-dev" +makedepends="bash cmake findutils mbedtls-dev" subpackages="$pkgname-doc $pkgname-dev" source="http://monkey-project.com/releases/1.6/$pkgname-$pkgver.tar.gz" @@ -20,6 +20,7 @@ build() { --musl-mode \ --no-backtrace \ --mbedtls-shared \ + --malloc-libc \ --enable-plugins=tls,auth \ --default-user=nobody \ --prefix=/usr \ |