summaryrefslogtreecommitdiff
path: root/data/dpkg/checkpath.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2016-08-22 22:52:16 +0000
committerJay Freeman <saurik@saurik.com>2016-08-22 22:52:16 +0000
commit781b57de9cca90df1b2681d54c4a35be06e19a94 (patch)
tree1f13e8044035756949c43e48c605568b7b86a2f5 /data/dpkg/checkpath.diff
parentc178ce6504ac2b2b6840c4f92ab2c0d6c5fff45b (diff)
Upgrade to dpkg 1.18.10.
git-svn-id: http://svn.telesphoreo.org/trunk@819 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/dpkg/checkpath.diff')
-rw-r--r--data/dpkg/checkpath.diff31
1 files changed, 17 insertions, 14 deletions
diff --git a/data/dpkg/checkpath.diff b/data/dpkg/checkpath.diff
index 2670bbe20..f29bf4480 100644
--- a/data/dpkg/checkpath.diff
+++ b/data/dpkg/checkpath.diff
@@ -1,17 +1,20 @@
-diff -ru dpkg-1.14.25/src/help.c dpkg-1.14.25+iPhone/src/help.c
---- dpkg-1.14.25/src/help.c 2009-02-01 06:19:02.000000000 +0000
-+++ dpkg-1.14.25+iPhone/src/help.c 2009-04-11 01:34:20.000000000 +0000
-@@ -77,12 +77,11 @@
-
- void checkpath(void) {
- /* Verify that some programs can be found in the PATH. */
-- static const char *const checklist[]= { "ldconfig",
-+ static const char *const checklist[]= {
- #if WITH_START_STOP_DAEMON
- "start-stop-daemon",
- #endif
-- "install-info",
-- "update-rc.d",
+diff -ru dpkg-1.18.10/src/help.c dpkg-1.18.10+iPhone/src/help.c
+--- dpkg-1.18.10/src/help.c 2016-07-05 01:55:14.000000000 +0000
++++ dpkg-1.18.10+iPhone/src/help.c 2016-08-22 21:34:30.000000000 +0000
+@@ -121,16 +121,7 @@
+ TAR,
+ DIFF,
+ BACKEND,
+- /* Mac OS X uses dyld (Mach-O) instead of ld.so (ELF), and does not have
+- * an ldconfig. */
+-#if defined(__APPLE__) && defined(__MACH__)
+- "update_dyld_shared_cache",
+-#else
+- "ldconfig",
+-#endif
+-#if BUILD_START_STOP_DAEMON
+- "start-stop-daemon",
+-#endif
+ "launchctl",
NULL
};