summaryrefslogtreecommitdiff
path: root/app-forensics/afflib/files/afflib-3.7.20-missing-objects.patch
blob: 27ef44026820b81ec15017db9c38cde909fbc8ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
https://bugs.gentoo.org/964738
https://github.com/sshock/AFFLIBv3/issues/60

--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -100,10 +100,12 @@ LZMA_SOURCES =  \
 	@top_srcdir@/lzma443/C/7zip/Compress/LZ/LZInWindow.cpp \
 	@top_srcdir@/lzma443/C/7zip/Compress/LZ/LZOutWindow.cpp \
 	@top_srcdir@/lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp \
+	@top_srcdir@/lzma443/C/7zip/Common/FileStreams.cpp \
 	@top_srcdir@/lzma443/C/7zip/Common/InBuffer.cpp \
 	@top_srcdir@/lzma443/C/7zip/Common/OutBuffer.cpp \
 	@top_srcdir@/lzma443/C/7zip/Common/StreamUtils.cpp \
 	@top_srcdir@/lzma443/C/Common/Alloc.cpp \
+ 	@top_srcdir@/lzma443/C/Common/C_FileIO.cpp \
 	@top_srcdir@/lzma443/C/Common/CommandLineParser.cpp \
 	@top_srcdir@/lzma443/C/Common/CRC.cpp \
 	@top_srcdir@/lzma443/C/Common/String.cpp \