diff options
-rw-r--r-- | community/monkey/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/monkey/APKBUILD b/community/monkey/APKBUILD index 8e5446a350..0b0adc6b5f 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 \ |