2018-11-11 03:28:36 +01:00
|
|
|
diff -u -r ../dpkg-1.19.2/src/help.c ./src/help.c
|
|
|
|
--- ../dpkg-1.19.2/src/help.c 2018-10-07 22:07:52.000000000 +0000
|
|
|
|
+++ ./src/help.c 2018-11-11 02:13:05.133548711 +0000
|
|
|
|
@@ -127,8 +127,10 @@
|
2015-08-26 00:25:24 +02:00
|
|
|
"update_dyld_shared_cache",
|
2018-11-11 03:28:36 +01:00
|
|
|
#elif defined(__GLIBC__) || defined(__UCLIBC__) || \
|
|
|
|
defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
|
|
|
+#ifndef __ANDROID__
|
2015-08-26 00:25:24 +02:00
|
|
|
"ldconfig",
|
|
|
|
#endif
|
2018-11-11 03:28:36 +01:00
|
|
|
+#endif
|
2015-08-26 00:25:24 +02:00
|
|
|
#if BUILD_START_STOP_DAEMON
|
2018-11-11 03:28:36 +01:00
|
|
|
"start-stop-daemon",
|
|
|
|
#endif
|