[dpdk-dev] [PATCH v3] ifpga/base/meson: fix looking for librt

2021-09-27 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin 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", th

[dpdk-dev] [PATCH v2] ifpga/base/meson: fix looking for librt

2021-07-22 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin 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", th