]> git.pld-linux.org Git - packages/wget.git/blob - wget-home_etc.patch
fix build with gnupg >= 2.4.1; rel 2
[packages/wget.git] / wget-home_etc.patch
1 diff -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;
7  
8 +  home = getenv("HOME_ETC");
9    if (!home)
10      {
11        home = getenv ("HOME");
This page took 0.096348 seconds and 3 git commands to generate.