Skip to content
Snippets Groups Projects
Commit 71af669d authored by Leonardo Arena's avatar Leonardo Arena
Browse files

testing/criu: attempt to fix build

Can't replicate locally this error:

In file included from soccr/soccr.c:9:
soccr/soccr.h:14:8: error: redefinition of 'struct tcp_repair_window'
parent b6defd89
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=criu pkgname=criu
pkgver=3.17.1 pkgver=3.17.1
pkgrel=0 pkgrel=1
pkgdesc="Process tree checkpoint/restore utility" pkgdesc="Process tree checkpoint/restore utility"
url="https://criu.org" url="https://criu.org"
arch="x86_64" arch="x86_64"
...@@ -17,7 +17,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/checkpoint-restore/criu/arch ...@@ -17,7 +17,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/checkpoint-restore/criu/arch
build() { build() {
# https://wiki.gentoo.org/wiki/Project:Quality_Assurance/As-needed # https://wiki.gentoo.org/wiki/Project:Quality_Assurance/As-needed
export LDFLAGS=$(echo $LDFLAGS |sed 's|-Wl,--as-needed||') PYTHON=python3 export LDFLAGS=$(echo $LDFLAGS |sed 's|-Wl,--as-needed||') PYTHON=python3
make make -j1
} }
check() { check() {
......
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