We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40bcb9 commit db665c0Copy full SHA for db665c0
Makefile.in
@@ -64,10 +64,10 @@ sinstall: | snmp_NETFLOW.so IPT-NETFLOW-MIB.my
64
fi
65
66
%_sh.o: libipt_NETFLOW.c
67
- gcc -O2 -Wall -Wunused $(IPTABLES_CFLAGS) -fPIC -o $@ -c libipt_NETFLOW.c
+ $(CC) $(CFLAGS) -O2 -Wall -Wunused $(IPTABLES_CFLAGS) -fPIC -o $@ -c libipt_NETFLOW.c
68
69
%.so: %_sh.o
70
- gcc -shared -o $@ $<
+ $(CC) -shared -o $@ $<
71
72
version.h: ipt_NETFLOW.c ipt_NETFLOW.h compat.h Makefile
73
@./version.sh --define > version.h
0 commit comments