From de88917d09e130abbc5c9e9d95d5d0ae8d07df18 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 8 Feb 2021 20:10:25 +0200 Subject: [PATCH] wget2: drop config.h.in part from fix-hardcoded-paths.patch It is not needed and was wrong anyway. --- packages/wget2/fix-hardcoded-paths.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages/wget2/fix-hardcoded-paths.patch b/packages/wget2/fix-hardcoded-paths.patch index 2bf43a7f0..b7d853ec8 100644 --- a/packages/wget2/fix-hardcoded-paths.patch +++ b/packages/wget2/fix-hardcoded-paths.patch @@ -1,15 +1,3 @@ -diff -uNr wget2-1.99.2/config.h.in wget2-1.99.2.mod/config.h.in ---- wget2-1.99.2/config.h.in 2019-08-30 15:57:39.000000000 +0300 -+++ wget2-1.99.2.mod/config.h.in 2021-02-08 20:05:26.593142766 +0200 -@@ -1662,7 +1662,7 @@ - - On Android, /bin/sh does not exist. It's /system/bin/sh instead. */ - # define BOURNE_SHELL "sh" - #else --# define BOURNE_SHELL "/bin/sh" -+# define BOURNE_SHELL "@TERMUX_PREFIX@/bin/sh" - #endif - - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type diff -uNr wget2-1.99.2/lib/tempname.c wget2-1.99.2.mod/lib/tempname.c --- wget2-1.99.2/lib/tempname.c 2019-05-14 12:11:02.000000000 +0300 +++ wget2-1.99.2.mod/lib/tempname.c 2021-02-08 20:03:45.356173902 +0200