diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-29 18:24:53 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-29 18:26:16 +0200 |
commit | 5ae750da100efdd631ec1b217dac69ce313c9442 (patch) | |
tree | 1b3c912caf2387329ddca33d459ac10b1a707f3a /net/netsniff-ng/Makefile | |
parent | 3522e9b89abcb91833464e496eeeae21d9bd2edd (diff) |
netsniff-ng: backport patch fixing wrong args handling with musl
Backport a patch from upstream fixing wrong args handling with musl.
Before this patch non args must be passed at the end of the command due
to a musl limitation.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'net/netsniff-ng/Makefile')
-rw-r--r-- | net/netsniff-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netsniff-ng/Makefile b/net/netsniff-ng/Makefile index aa6dfc420..60f228043 100644 --- a/net/netsniff-ng/Makefile +++ b/net/netsniff-ng/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netsniff-ng PKG_VERSION:=0.6.8 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/netsniff-ng/netsniff-ng/tar.gz/v$(PKG_VERSION)? |