Skip to content

Commit

Permalink
netperf: quiet error
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 11, 2024
1 parent 9e20464 commit 752a153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netperf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build/Makefile: build/configure
(cd build/ && \
./configure --build=x86_64-unknown-netbsd \
--host=$(RUMPRUN_TOOLCHAIN_TUPLE) $(NETPERF_CONF_OPTS) \
LDFLAGS=-static;)
LDFLAGS=-static CFLAGS=-Wno-implicit-function-declaration;)

build/configure:
mkdir -p build
Expand Down

0 comments on commit 752a153

Please sign in to comment.