diff options
author | Gavin Henry <ghenry@sentrypeer.org> | 2022-03-24 15:32:01 +0000 |
---|---|---|
committer | dispatch <dispatch@listserv.local> | 2022-03-24 15:32:17 +0000 |
commit | 610fedd83e654ac39a0d76e5e2dfbb491071f0ee (patch) | |
tree | 9e3544d2b23dbc579defdc940c04b08aecafa1f3 | |
parent | 415ef5cc8de8472bd0edc51f9fc5ffbd6aa1248e (diff) | |
download | aports-patches/3988.tar.gz aports-patches/3988.tar.bz2 aports-patches/3988.tar.xz |
testing/opendht: enable python bindingpatches/3988
-rw-r--r-- | testing/opendht/APKBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testing/opendht/APKBUILD b/testing/opendht/APKBUILD index d31f68762e..ea3b75b970 100644 --- a/testing/opendht/APKBUILD +++ b/testing/opendht/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Gavin Henry <ghenry@sentrypeer.org> pkgname=opendht pkgver=2.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="C++14 Distributed Hash Table implementation" url="https://github.com/savoirfairelinux/opendht" arch="all" @@ -11,9 +11,13 @@ makedepends=" argon2-dev asio-dev cmake + cython gnutls-dev + jsoncpp-dev msgpack-cxx-dev nettle-dev + py3-setuptools + python3-dev readline-dev samurai " @@ -31,6 +35,7 @@ build() { -DCMAKE_BUILD_TYPE=MinSizeRel \ -DOPENDHT_C=ON \ -DOPENDHT_TOOLS=ON \ + -DOPENDHT_PYTHON=ON \ -G Ninja \ $CMAKE_CROSSOPTS . cmake --build build |