Jan Viktorin
1e9e0a6270
app/test: fix resource creation with objcopy on FreeBSD
Using of the /dev/stdin generates a warning when compiling on FreeBSD: objcopy: Warning: '/dev/stdin' is not an ordinary file app/test/Makefile:78: recipe for target 'test_resource_c.res.o' failed # ls -l /dev/stdin lrwxr-xr-x 1 root wheel 4 Jun 17 12:24 /dev/stdin -> fd/0 Replace /dev/stdin by a temporary file. Reported-by: Thomas Monjalon <thomas.monjalon@6wind.com> Signed-off-by: Jan Viktorin <viktorin@rehivetech.com> Tested-by: Thomas Monjalon <thomas.monjalon@6wind.com>
DPDK is a set of libraries and drivers for fast packet processing. It supports many processor architectures and both FreeBSD and Linux. The DPDK uses the Open Source BSD license for the core libraries and drivers. The kernel components are GPLv2 licensed. Please check the doc directory for release notes, API documentation, and sample application information. For questions and usage discussions, subscribe to: users@dpdk.org Report bugs and issues to the development mailing list: dev@dpdk.org
Description
Languages
C
99.1%
Meson
0.5%
Python
0.2%
Shell
0.1%