numam-dpdk/drivers/raw
Mohamad Noor Alim Hussin 829c5946b5 raw/ifpga/base: fix linking with librt
Finding with "librt" keyword would give the output with
full path of librt such as
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/librt.so
instead of -lrt in libdpdk.pc pkg-config file.

Assume find_library() will prepend "lib", thus remove
"lib" from "librt" keyword. The output will shows
as -lrt.

This will cause an issue when compile DPDK app with
static library as the path of librt has been hard-coded
in the libdpdk.pc file.

Fixes: e41856b515 ("raw/ifpga/base: enhance driver reliability in multi-process")
Cc: stable@dpdk.org

Signed-off-by: Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com>
Acked-by: Tianfei Zhang <tianfei.zhang@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2021-10-06 16:05:15 +02:00
..
cnxk_bphy raw/cnxk_bphy: support reading NPA/SSO PF function 2021-09-28 15:16:28 +02:00
dpaa2_cmdif version: 21.11-rc0 2021-08-17 08:37:52 +02:00
dpaa2_qdma eal: remove sys/queue.h from public headers 2021-10-01 13:09:43 +02:00
ifpga raw/ifpga/base: fix linking with librt 2021-10-06 16:05:15 +02:00
ioat version: 21.11-rc0 2021-08-17 08:37:52 +02:00
ntb version: 21.11-rc0 2021-08-17 08:37:52 +02:00
octeontx2_dma version: 21.11-rc0 2021-08-17 08:37:52 +02:00
octeontx2_ep version: 21.11-rc0 2021-08-17 08:37:52 +02:00
skeleton version: 21.11-rc0 2021-08-17 08:37:52 +02:00
meson.build raw/cnxk_bphy: add BPHY CGX/RPM skeleton driver 2021-07-05 23:07:16 +02:00