wget2: drop config.h.in part from fix-hardcoded-paths.patch
It is not needed and was wrong anyway.
This commit is contained in:
parent
78b58ad962
commit
de88917d09
@ -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
|
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/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
|
+++ wget2-1.99.2.mod/lib/tempname.c 2021-02-08 20:03:45.356173902 +0200
|
||||||
|
Loading…
Reference in New Issue
Block a user