summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extras/rpm/vpp.spec1
-rw-r--r--src/vpp-api/vom/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/extras/rpm/vpp.spec b/extras/rpm/vpp.spec
index 6dc04b82f7d..d266a649a26 100644
--- a/extras/rpm/vpp.spec
+++ b/extras/rpm/vpp.spec
@@ -52,6 +52,7 @@ BuildRequires: glibc-static, java-1.8.0-openjdk, java-1.8.0-openjdk-devel yum-ut
BuildRequires: apr-devel
BuildRequires: numactl-devel
BuildRequires: autoconf automake libtool byacc bison flex
+BuildRequires: boost boost-devel
Source: %{name}-%{_version}-%{_release}.tar.xz
# Source: vpp-latest.tar.xz
diff --git a/src/vpp-api/vom/Makefile.am b/src/vpp-api/vom/Makefile.am
index 3ba3d9bce9d..395b7094967 100644
--- a/src/vpp-api/vom/Makefile.am
+++ b/src/vpp-api/vom/Makefile.am
@@ -16,7 +16,7 @@ ACLOCAL_AMFLAGS = -I m4
AM_LIBTOOLFLAGS = --quiet
AM_CXXFLAGS = -Wall -std=gnu++11 -I${top_srcdir} -I${top_builddir}/vpp-api/vapi/ -I$(top_srcdir)/vpp-api/ -I${libdir}/../include
-AM_LDFLAGS = -shared -avoid-version -no-undefined
+AM_LDFLAGS = -shared -no-undefined
bin_PROGRAMS =
noinst_LTLIBRARIES =