debootstrap: update to 1.0.118

Added _GNU_SOURCE define to fix compilation warning.

Added patch to fix uclient-fetch as it does not support -nv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-02-22 18:46:25 -08:00
parent 19db7c08cc
commit f09e6461f3
3 changed files with 13 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>