Re: [dpdk-dev] [PATCH v2 3/6] build: fix ninja install on FreeBSD

2019-05-01 Thread Luca Boccassi
On Fri, 2019-04-26 at 17:50 +0100, Bruce Richardson wrote: > The post-install script to symlink the PMDs from their own PMD > directory to > the regular lib directory (so they would be found by ld at runtime) > was > using the "-r" flag to ln to create relative symlinks. This flag is > unsupported

[dpdk-dev] [PATCH v2 3/6] build: fix ninja install on FreeBSD

2019-04-26 Thread Bruce Richardson
The post-install script to symlink the PMDs from their own PMD directory to the regular lib directory (so they would be found by ld at runtime) was using the "-r" flag to ln to create relative symlinks. This flag is unsupported by ln on FreeBSD causing the ninja install step to fail. Reworking the