jami test update
This commit is contained in:
@@ -11,7 +11,8 @@ HOMEPAGE="https://github.com/savoirfairelinux/dhtnet"
|
||||
if [[ "${PV}" == 9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/savoirfairelinux/${PN}"
|
||||
EGIT_COMMIT="6c5ee3a21556d668d047cdedb5c4b746c3c6bdb2"
|
||||
#EGIT_COMMIT="cff03260fa037f59d6768bac26014b01c07b3fb9"
|
||||
EGIT_COMMIT="7861b4620b4cec5fa34c5d1bb2b304912730f638"
|
||||
else
|
||||
SRC_URI="https://github.com/savoirfairelinux/dhtnet/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
@@ -43,6 +44,14 @@ RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
if has_version ">=dev-libs/libfmt-12.0.0"; then
|
||||
eapply "${FILESDIR}"/fmt-12.patch
|
||||
fi
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DDHTNET_PUPNP=ON
|
||||
|
||||
Reference in New Issue
Block a user