2018-03-07 16:20:24 +00:00
|
|
|
--- a/src/Makefile.in
|
|
|
|
+++ b/src/Makefile.in
|
2020-06-16 03:12:10 +00:00
|
|
|
@@ -140,7 +140,8 @@ plugin/plugin.o: plugin.c
|
|
|
|
@CC@ -DPLUGIN=1 '-DRP_VERSION="$(RP_VERSION)"' $(CFLAGS) -I$(PPPD_INCDIR) -c -o $@ -fPIC $<
|
2018-03-07 16:20:24 +00:00
|
|
|
|
|
|
|
plugin/libplugin.a: plugin/discovery.o plugin/if.o plugin/common.o plugin/debug.o
|
|
|
|
- ar -rc $@ $^
|
|
|
|
+ $(AR) -rc $@ $^
|
|
|
|
+ @RANLIB@ $@
|
|
|
|
|
|
|
|
plugin/discovery.o: discovery.c
|
2020-06-16 03:12:10 +00:00
|
|
|
@CC@ -DPLUGIN=1 $(CFLAGS) '-DRP_VERSION="$(RP_VERSION)"' -I$(PPPD_INCDIR) -c -o $@ -fPIC $<
|