summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomsou <soth@intracom-telecom.com>2017-09-29 10:04:20 +0300
committertomsou <soth@intracom-telecom.com>2017-09-29 10:09:35 +0300
commit118f817b458e4fd3e08a360caf81187967c92adc (patch)
tree49ff14d22e12a97188364806e70bb1c478ff8843
parent91d2f2eab07cbbee17409c2660ecad3da2013d91 (diff)
Update zrpcd version for Carbon/ Nitrogen
JIRA: APEX-508 Compile zrpcd --with-thrift-version=4 to support carbon/nitrogen Note that version number stands for the thrift vpnservice.thrift model to use with ODL and not the thrift package version. Change-Id: I3ab13d0b62f56747249bfdee1c0766cd43de935a Signed-off-by: tomsou <soth@intracom-telecom.com>
-rwxr-xr-xbuild/build_quagga.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build_quagga.sh b/build/build_quagga.sh
index a682b54e..e33cd274 100755
--- a/build/build_quagga.sh
+++ b/build/build_quagga.sh
@@ -170,7 +170,7 @@ build_zrpc(){
# ZRPC RPM
./configure --enable-zrpcd \
--enable-user=quagga --enable-group=quagga \
- --enable-vty-group=quagga
+ --enable-vty-group=quagga --with-thrift-version=4
make dist
cat > $rpmbuild/SOURCES/zrpcd.service <<EOF