diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-08-07 21:05:02 -0700 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-10-05 02:00:56 +0300 |
commit | 9aa6d9b9ac9afbd9ebb22ed166ac38b17c5fec35 (patch) | |
tree | 3f212aa546a18b46bfc119b2c6596139e1224f3c /net/net-snmp/patches | |
parent | 07446a73cabefb9f0afeb3c2fcf3d4159be68191 (diff) |
net-snmp: update to 5.9.1
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[remove irrelevant part from commit message after splitting changes]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'net/net-snmp/patches')
-rw-r--r-- | net/net-snmp/patches/170-ldflags.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net-snmp/patches/170-ldflags.patch b/net/net-snmp/patches/170-ldflags.patch index b67b24631..f45abb69f 100644 --- a/net/net-snmp/patches/170-ldflags.patch +++ b/net/net-snmp/patches/170-ldflags.patch @@ -1,7 +1,7 @@ --- a/Makefile.top +++ b/Makefile.top -@@ -87,7 +87,7 @@ LIBCURRENT = 40 - LIBAGE = 0 +@@ -87,7 +87,7 @@ LIBCURRENT = 41 + LIBAGE = 1 LIBREVISION = 0 -LIB_LD_CMD = $(LIBTOOL) --mode=link $(LINKCC) $(CFLAGS) -rpath $(libdir) -version-info $(LIBCURRENT):$(LIBREVISION):$(LIBAGE) -o |