cjdns: bump release we remove patch musl
Signed-off-by: William Fleurant <meshnet@protonmail.com>
This commit is contained in:
parent
e39d6ea31c
commit
979daf4fea
2 changed files with 1 additions and 12 deletions
|
@ -18,7 +18,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=cjdns
|
PKG_NAME:=cjdns
|
||||||
PKG_VERSION:=v21.1
|
PKG_VERSION:=v21.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/cjdelisle/cjdns/tar.gz/$(PKG_NAME)-$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/cjdelisle/cjdns/tar.gz/$(PKG_NAME)-$(PKG_VERSION)?
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- a/memory/Allocator.c
|
|
||||||
+++ b/memory/Allocator.c
|
|
||||||
@@ -57,7 +57,7 @@ static void unroll(struct Allocator_pvt*
|
|
||||||
struct Allocator_Allocation_pvt* allocation = context->allocations;
|
|
||||||
while (allocation && includeAllocations) {
|
|
||||||
writeUnroller(&childUnroller);
|
|
||||||
- fprintf(stderr, "%s:%ld [%lu] bytes at [0x%lx]\n",
|
|
||||||
+ fprintf(stderr, "%s:%tu [%tu] bytes at [0x%lx]\n",
|
|
||||||
allocation->fileName,
|
|
||||||
(unsigned long)allocation->lineNum,
|
|
||||||
(unsigned long)allocation->pub.size,
|
|
Loading…
Reference in a new issue