[vlc-commits] Contribs: more fixes for libarchive for Android
Jean-Baptiste Kempf
git at videolan.org
Thu Jan 19 14:59:43 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 19 14:57:52 2017 +0100| [c66c63df7be0c26a0b9b0638a0ab2253a12ecbe8] | committer: Jean-Baptiste Kempf
Contribs: more fixes for libarchive for Android
Notably, install the necessary headers
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c66c63df7be0c26a0b9b0638a0ab2253a12ecbe8
---
contrib/src/libarchive/android.patch | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/contrib/src/libarchive/android.patch b/contrib/src/libarchive/android.patch
index 7af6223..888d694 100644
--- a/contrib/src/libarchive/android.patch
+++ b/contrib/src/libarchive/android.patch
@@ -9,3 +9,15 @@ diff -ruN libarchive/Makefile.am libarchive.new/Makefile.am
libarchive_la_LDFLAGS= -no-undefined -version-info $(ARCHIVE_LIBTOOL_VERSION)
libarchive_la_LIBADD= $(LTLIBICONV)
+diff -ruN libarchive/Makefile.am libarchive.new/Makefile.am
+--- libarchive/Makefile.am 2017-01-19 14:56:31.721427332 +0100
++++ libarchive.new/Makefile.am 2017-01-19 14:52:46.857437351 +0100
+@@ -88,7 +88,7 @@
+ #
+ #
+
+-include_HEADERS= libarchive/archive.h libarchive/archive_entry.h
++include_HEADERS= libarchive/archive.h libarchive/archive_entry.h contrib/android/include/android_lf.h
+
+ libarchive_la_SOURCES= \
+ libarchive/archive_acl.c \
More information about the vlc-commits
mailing list