8276f2d9创建于 2022年2月18日历史提交
--- libarchive/Makefile.am.orig	2022-02-09 13:24:12.000000000 +0100
+++ libarchive/Makefile.am	2022-02-14 19:22:31.487152622 +0100
@@ -89,7 +89,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 \
@@ -284,6 +284,7 @@
 
 # -no-undefined marks that libarchive doesn't rely on symbols
 # defined in the application.  This is mandatory for cygwin.
+libarchive_la_CPPFLAGS= -I$(top_srcdir)/contrib/android/include
 libarchive_la_LDFLAGS= -no-undefined -version-info $(ARCHIVE_LIBTOOL_VERSION) $(GC_SECTIONS)
 libarchive_la_LIBADD= $(LTLIBICONV)