[dpdk-dev] [PATCH] mk: add rpath for applications

2016-05-03 Thread Ferruh Yigit
On 5/2/2016 5:10 PM, Thomas Monjalon wrote: > 2016-04-29 17:34, Ferruh Yigit: >> Add default library output folder to the library search folder. >> >> This is useful for development environment, in production environment >> DPDK libraries already should be in know locations. > > Yes it is useful i

[dpdk-dev] [PATCH] mk: add rpath for applications

2016-05-02 Thread Thomas Monjalon
2016-04-29 17:34, Ferruh Yigit: > Add default library output folder to the library search folder. > > This is useful for development environment, in production environment > DPDK libraries already should be in know locations. Yes it is useful in dev environment, but can be risky or strange when p

[dpdk-dev] [PATCH] mk: add rpath for applications

2016-04-29 Thread Ferruh Yigit
Add default library output folder to the library search folder. This is useful for development environment, in production environment DPDK libraries already should be in know locations. Patch removes requirement to set LD_LIBRARY_PATH variable when DPDK compiled as shared library. Signed-off-by: