From: Neale Ranns Date: Tue, 7 Nov 2017 13:20:16 +0000 (-0800) Subject: VOM rpm build fixes X-Git-Tag: v18.04-rc0~308 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=2ea2e423a95d497b97b858ebadc0b6aca1027e66;p=vpp.git VOM rpm build fixes Change-Id: I1f76aabecfd7d33b924a4856a4c3fc683b9b8802 Signed-off-by: Neale Ranns --- 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 =