Skip to content
Snippets Groups Projects
Commit 0e56b05e authored by John Vogel's avatar John Vogel Committed by J0WI
Browse files

community/cjdns: fix build

Add -Wno-incompatible-pointer-types to CFLAGS
parent 125e3bab
No related branches found
No related tags found
1 merge request!75728community/cjdns: fix build
Pipeline #275011 skipped
......@@ -3,7 +3,7 @@
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
pkgname=cjdns
pkgver=22
pkgrel=4
pkgrel=5
pkgdesc="A routing engine designed for security, scalability, speed and ease of use"
url="https://github.com/cjdelisle/cjdns"
# loongarch64: blocked by ring crate
......@@ -32,6 +32,7 @@ prepare() {
build() {
export CJDNS_RELEASE_VERSION="$pkgver"
export CFLAGS="$CFLAGS -Wno-incompatible-pointer-types"
cargo auditable build --release --frozen
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment