You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
445 B

  1. --- a/src/Makefile.in
  2. +++ b/src/Makefile.in
  3. @@ -140,7 +140,8 @@ plugin/plugin.o: plugin.c
  4. @CC@ -DPLUGIN=1 '-DRP_VERSION="$(RP_VERSION)"' $(CFLAGS) -I$(PPPD_INCDIR) -c -o $@ -fPIC $<
  5. plugin/libplugin.a: plugin/discovery.o plugin/if.o plugin/common.o plugin/debug.o
  6. - ar -rc $@ $^
  7. + $(AR) -rc $@ $^
  8. + @RANLIB@ $@
  9. plugin/discovery.o: discovery.c
  10. @CC@ -DPLUGIN=1 $(CFLAGS) '-DRP_VERSION="$(RP_VERSION)"' -I$(PPPD_INCDIR) -c -o $@ -fPIC $<