From eb4291415d02062eeada368f8f70ed1d6419ef38 Mon Sep 17 00:00:00 2001 From: Vincent Jardin Date: Thu, 14 Nov 2024 22:15:05 +0100 Subject: [PATCH] libmtcr_ul.so missing for DPDK DPDK assumes that the library shall be into /usr/lib instead of /usr/lib/mstflint/ --- mtcr_ul/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtcr_ul/Makefile.am b/mtcr_ul/Makefile.am index cd6959c5..2d6d9aa3 100644 --- a/mtcr_ul/Makefile.am +++ b/mtcr_ul/Makefile.am @@ -33,7 +33,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include/mtcr_ul -I$(top_srcdir)/common -I$(top_srcdir)/dev_mgt if BUILD_DYNAMIC -pkglib_LTLIBRARIES = libmtcr_ul.la +lib_LTLIBRARIES = libmtcr_ul.la libmtcr_ul_la_LDFLAGS = -version-info 0:0:0 -no-undefined else noinst_LTLIBRARIES = libmtcr_ul.la