diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-08-29 13:13:23 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-08-29 13:13:43 +0200 |
commit | e61f4b1adb000e97187c5eeefb8854dfaa60f853 (patch) | |
tree | 2a42f4cb5bc4bdd9499732acda86445b04b470c6 /net-analyzer/argus/files | |
parent | net-analyzer/argus-clients: Version 3.0.8.3 (diff) | |
download | gentoo-e61f4b1adb000e97187c5eeefb8854dfaa60f853.tar.gz gentoo-e61f4b1adb000e97187c5eeefb8854dfaa60f853.tar.bz2 gentoo-e61f4b1adb000e97187c5eeefb8854dfaa60f853.zip |
net-analyzer/argus: Version 3.0.8.3
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/argus/files')
-rw-r--r-- | net-analyzer/argus/files/argus-3.0.8.3-ar.patch | 11 | ||||
-rw-r--r-- | net-analyzer/argus/files/argus-3.0.8.3-as-needed.patch | 11 |
2 files changed, 22 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 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 |