VOM rpm build fixes
Change-Id: I1f76aabecfd7d33b924a4856a4c3fc683b9b8802 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
This commit is contained in:
@ -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
|
||||
|
@ -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 =
|
||||
|
Reference in New Issue
Block a user