Skip to content

Commit eb42914

Browse files
committed
libmtcr_ul.so missing for DPDK
DPDK assumes that the library shall be into /usr/lib instead of /usr/lib/mstflint/
1 parent 720092d commit eb42914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mtcr_ul/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include/mtcr_ul -I$(top_srcdir)/common -I$(top_srcdir)/dev_mgt
3434

3535
if BUILD_DYNAMIC
36-
pkglib_LTLIBRARIES = libmtcr_ul.la
36+
lib_LTLIBRARIES = libmtcr_ul.la
3737
libmtcr_ul_la_LDFLAGS = -version-info 0:0:0 -no-undefined
3838
else
3939
noinst_LTLIBRARIES = libmtcr_ul.la

0 commit comments

Comments
 (0)