From b17a3ef12038de50228bade1f05502c74e135321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Sep 2020 14:09:07 +0100 Subject: gentoo resync : 02.09.2020 --- net-analyzer/argus/files/argus-3.0.8.3-ar.patch | 11 +++++++++++ net-analyzer/argus/files/argus-3.0.8.3-as-needed.patch | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 net-analyzer/argus/files/argus-3.0.8.3-ar.patch create mode 100644 net-analyzer/argus/files/argus-3.0.8.3-as-needed.patch (limited to 'net-analyzer/argus/files') 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 diff --git a/net-analyzer/argus/files/argus-3.0.8.3-as-needed.patch b/net-analyzer/argus/files/argus-3.0.8.3-as-needed.patch new file mode 100644 index 000000000000..b9616d305e01 --- /dev/null +++ b/net-analyzer/argus/files/argus-3.0.8.3-as-needed.patch @@ -0,0 +1,11 @@ +--- a/argus/Makefile.in ++++ b/argus/Makefile.in +@@ -85,7 +85,7 @@ + + OBJ = $(SRC:.c=.o) + +-LIB = @LIBS@ @V_THREADS@ $(WRAPLIBS) $(SASLLIBS) $(XDRLIBS) $(COMPATLIB) ../lib/argus_common.a -lm ++LIB = ../lib/argus_common.a @LIBS@ @V_THREADS@ $(WRAPLIBS) $(SASLLIBS) $(XDRLIBS) $(COMPATLIB) -lm + + HDR = pcap.h pcap-int.h pcap-namedb.h pcap-nit.h pcap-pf.h \ + ethertype.h gencode.h gnuc.h -- cgit v1.2.3