diff options
Diffstat (limited to 'net-analyzer/argus/files/argus-3.0.8.3-ar.patch')
-rw-r--r-- | net-analyzer/argus/files/argus-3.0.8.3-ar.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/argus/files/argus-3.0.8.3-ar.patch b/net-analyzer/argus/files/argus-3.0.8.3-ar.patch new file mode 100644 index 000000000000..d17a1d3ff06f --- /dev/null +++ b/net-analyzer/argus/files/argus-3.0.8.3-ar.patch @@ -0,0 +1,11 @@ +--- a/common/Makefile.in ++++ b/common/Makefile.in +@@ -87,7 +87,7 @@ + all: $(LIBS) + + @INSTALL_LIB@/argus_common.a: $(COMMONOBJ) +- rm -f $@; ar qc $@ $(COMMONOBJ) ++ rm -f $@; $(AR) qc $@ $(COMMONOBJ) + -$(RANLIB) $@ + + scanner.c: scanner.l |