Compare commits

...

2 Commits

Author SHA1 Message Date
Zoran Peričić
926ffaa9e3 v.ims.1 - Bump version 2023-11-12 17:48:41 +01:00
9bce2d7f77 nhrp: configure strongswan vici path 2023-11-12 17:48:41 +01:00

View File

@@ -1,3 +1,5 @@
%global dist .ims.1%{?dist}
%global frr_libdir %{_libexecdir}/frr %global frr_libdir %{_libexecdir}/frr
%global _hardened_build 1 %global _hardened_build 1
@@ -132,6 +134,7 @@ autoreconf -ivf
--disable-babeld \ --disable-babeld \
--with-moduledir=%{_libdir}/frr/modules \ --with-moduledir=%{_libdir}/frr/modules \
--with-crypto=openssl \ --with-crypto=openssl \
--with-vici-socket=/run/strongswan/charon.vici \
--enable-fpm \ --enable-fpm \
%{?with_grpc:--enable-grpc} %{?with_grpc:--enable-grpc}