mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:44:16 +00:00
Merge pull request #16804 from opensourcerouting/fix/backport_ABUILD_APK_INDEX_OPTS_9.1
9.1 Backport docker ABUILD_APK_INDEX_OPTS
This commit is contained in:
commit
bc98e705fd
@ -34,6 +34,8 @@ _localstatedir=/var/run/frr
|
||||
_user=frr
|
||||
|
||||
build() {
|
||||
export ABUILD_APK_INDEX_OPTS="--allow-untrusted"
|
||||
|
||||
cd "$builddir"
|
||||
|
||||
./configure \
|
||||
|
@ -21,6 +21,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/CESNET/libyang/archive/v$pkg
|
||||
# - CVE-2021-28906
|
||||
|
||||
build() {
|
||||
export ABUILD_APK_INDEX_OPTS="--allow-untrusted"
|
||||
if [ "$CBUILD" != "$CHOST" ]; then
|
||||
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user