hostapd: build with LTO enabled (using jobserver for parallel build)
[openwrt/openwrt.git] / package / network / utils / iproute2 / patches / 120-libnetlink-pic.patch
1 --- a/lib/Makefile
2 +++ b/lib/Makefile
3 @@ -1,7 +1,7 @@
4 # SPDX-License-Identifier: GPL-2.0
5 include ../config.mk
6
7 -CFLAGS += -fPIC
8 +CFLAGS += $(FPIC)
9
10 UTILOBJ = utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o \
11 inet_proto.o namespace.o json_writer.o json_print.o \