diff options
author | Gavin Henry <ghenry@sentrypeer.org> | 2022-03-24 10:46:52 +0000 |
---|---|---|
committer | dispatch <dispatch@listserv.local> | 2022-03-24 10:54:31 +0000 |
commit | bf70ba7ebd7e70fb68d11cf8795eff9322a1a557 (patch) | |
tree | 68530ebbdf23bee697f232f2edfbe77f8b1c2583 | |
parent | 8c6c18e851eccfeb07727e3298dc4e4c45c3585d (diff) | |
download | aports-patches/3987.tar.gz aports-patches/3987.tar.bz2 aports-patches/3987.tar.xz |
testing/opendht: Add python binding buildpatches/3987
-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 232e4331a3..f39520ba21 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=0 +pkgrel=1 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 |