Skip to content
Snippets Groups Projects
Verified Commit 61d237a9 authored by Vasil Dimov's avatar Vasil Dimov
Browse files

net-p2p/c-lightning: unbreak (fixed in 23.11.2) and make build verbose

Suggested by:	danfe@
parent f6f6a1da
Branches
Tags
No related merge requests found
......@@ -13,9 +13,6 @@ WWW= https://github.com/ElementsProject/lightning
LICENSE= MIT
BROKEN_i386= channeld/channeld.c:5153:8: error: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Werror,-Wformat]
BROKEN_powerpc= channeld/channeld.c:5153:8: error: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Werror,-Wformat]
BUILD_DEPENDS= bash:shells/bash \
lowdown:textproc/lowdown \
${PYTHON_PKGNAMEPREFIX}mako>=1.0.14:textproc/py-mako@${PY_FLAVOR} \
......@@ -66,6 +63,9 @@ OPTIONS_DEFAULT=COMPATIBILITY SQLITE
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --disable-rust
# Print the compilation commands (verbose).
MAKE_ARGS= V=1
USE_GITHUB= yes
.if defined(PKGNAMESUFFIX)
GIT_COMMIT= ${PKGNAMESUFFIX:C/-git-//}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment