]> git.pld-linux.org Git - packages/wget.git/blame - wget-home_etc.patch
fix build with gnupg >= 2.4.1; rel 2
[packages/wget.git] / wget-home_etc.patch
CommitLineData
2dc25f2d
MK
1diff -urNp -x '*.orig' wget-1.21.1.org/src/init.c wget-1.21.1/src/init.c
2--- wget-1.21.1.org/src/init.c 2021-01-08 23:51:43.000000000 +0100
3+++ wget-1.21.1/src/init.c 2021-05-06 00:07:44.234635623 +0200
4@@ -522,6 +522,7 @@ home_dir (void)
5 static char *buf = NULL;
6 static char *home, *ret;
8c0087a8 7
52d7144f
AM
8+ home = getenv("HOME_ETC");
9 if (!home)
8c0087a8 10 {
52d7144f 11 home = getenv ("HOME");
This page took 0.125338 seconds and 4 git commands to generate.