commit 1348a40191835be8c995c05ca943ed305c099703
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Sep 21 15:51:05 2018 +0200
Add patch
...ound-a-bug-with-.-vlc-cache-gen-on-armhfp.patch | 25 ++++++++++++++++++++++
1 file changed, 25 insertions(+)
---
diff --git a/0001-Workaround-a-bug-with-.-vlc-cache-gen-on-armhfp.patch
b/0001-Workaround-a-bug-with-.-vlc-cache-gen-on-armhfp.patch
new file mode 100644
index 0000000..c07396e
--- /dev/null
+++ b/0001-Workaround-a-bug-with-.-vlc-cache-gen-on-armhfp.patch
@@ -0,0 +1,25 @@
+From d30fc3d6d588d51ab9db67eef753f8d16881f0b4 Mon Sep 17 00:00:00 2001
+From: Nicolas Chauvet <kwizart(a)gmail.com>
+Date: Fri, 21 Sep 2018 15:45:21 +0200
+Subject: [PATCH] Workaround a bug with ./vlc-cache-gen on armhfp
+
+---
+ bin/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/bin/Makefile.am b/bin/Makefile.am
+index 2877e8b0ea..521111e734 100644
+--- a/bin/Makefile.am
++++ b/bin/Makefile.am
+@@ -142,7 +142,7 @@ endif
+ ../modules/plugins.dat: vlc-cache-gen$(EXEEXT)
+ $(AM_V_at)rm -f ../modules/plugins.dat
+ $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
+- ./vlc-cache-gen$(EXEEXT) `realpath ../modules` ; \
++ ./vlc-cache-gen$(EXEEXT) `realpath ../modules` || : ; \
+ else \
+ echo "Cross-compilation: cache generation skipped!" ; \
+ fi
+--
+2.17.1
+
Show replies by date