Skip to content

Commit

Permalink
libmtcr_ul.so missing for DPDK
Browse files Browse the repository at this point in the history
DPDK assumes that the library shall be into /usr/lib instead of /usr/lib/mstflint/
  • Loading branch information
vjardin committed Feb 4, 2025
1 parent 720092d commit eb42914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtcr_ul/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb42914

Please sign in to comment.