openwrt/package/network/ipv6/6rd/src/Makefile
Hauke Mehrtens b497c3f68f 6rd: add CPPFLAGS
Forward the OpenWrt CPPFLAGS to the compile process. This fixes fortify
sources support.

Link: https://github.com/openwrt/openwrt/pull/22056
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-02-17 22:16:58 +01:00

8 lines
105 B
Makefile

all: 6rdcalc
6rdcalc: 6rdcalc.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $<
clean:
rm -f 6rdcalc