Update zrpcd version for Carbon/ Nitrogen 63/43563/1
authortomsou <soth@intracom-telecom.com>
Fri, 29 Sep 2017 07:04:20 +0000 (10:04 +0300)
committertomsou <soth@intracom-telecom.com>
Fri, 29 Sep 2017 07:09:35 +0000 (10:09 +0300)
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>
build/build_quagga.sh

index a682b54..e33cd27 100755 (executable)
@@ -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