summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-06-10 12:43:00 +0200
committerJeroen Roovers <jer@gentoo.org>2020-06-10 12:44:24 +0200
commit7b5b5bd16b586c269969862ada5a5908f03d2dbd (patch)
tree9c7e33c3f87a4d8620513139fe944425291f19ad /net-analyzer/sngrep/files
parentnet-ftp/ncftp: Set AR (diff)
downloadgentoo-7b5b5bd16b586c269969862ada5a5908f03d2dbd.tar.gz
gentoo-7b5b5bd16b586c269969862ada5a5908f03d2dbd.tar.bz2
gentoo-7b5b5bd16b586c269969862ada5a5908f03d2dbd.zip
net-analyzer/sngrep: Version 1.4.7
- Add USE=logo - EAPI=7 - RESTRICT=test - Fix setting LDFLAGS Package-Manager: Portage-2.3.100, Repoman-2.3.22 Closes: https://bugs.gentoo.org/727790 Closes: https://bugs.gentoo.org/709852 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/sngrep/files')
-rw-r--r--net-analyzer/sngrep/files/sngrep-1.4.7-LDFLAGS.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/sngrep/files/sngrep-1.4.7-LDFLAGS.patch b/net-analyzer/sngrep/files/sngrep-1.4.7-LDFLAGS.patch
new file mode 100644
index 000000000000..3e63dc245dab
--- /dev/null
+++ b/net-analyzer/sngrep/files/sngrep-1.4.7-LDFLAGS.patch
@@ -0,0 +1,11 @@
+--- a/m4/sngrep.m4
++++ b/m4/sngrep.m4
+@@ -44,7 +44,7 @@
+ LIBS="$sngrep_config_script $LIBS "
+ sngrep_script_success=yes
+ ], [])
+- LDFLAGS="$save_LDFLAGS"
++ LDFLAGS="$sngrep_save_LDFLAGS"
+ fi
+ if test "x$sngrep_script_success" = xno; then
+ [$5]