mk: remove library search path from binary
authorFerruh Yigit <ferruh.yigit@intel.com>
Fri, 22 Nov 2019 11:30:23 +0000 (11:30 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 25 Nov 2019 22:51:52 +0000 (23:51 +0100)
commit6b01864cc9c59a731dbc727a96995fd2b2ff452f
tree9afb0c36955fddefffb662acfee77f1bd4d89cd7
parent39a19ae03d8fe6210f3e7919b29378bd3223621c
mk: remove library search path from binary

This patch functionally reverts the patch in fixes line to not have any
hardcoded library path in the final binary for the security reasons, in
case this binary distributed to production environment.

RPATH only added in RTE_DEVEL_BUILD case and this binary shouldn't
distributed, but still removing it to be cautious.

Fixes: 8919f73bcbaa ("mk: add build directory to library search path")
Cc: stable@dpdk.org
Suggested-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
devtools/test-null.sh
mk/rte.app.mk