Files
gentoo/app-forensics/afflib/files/afflib-3.7.20-missing-objects.patch
2026-05-15 12:25:09 +02:00

19 lines
800 B
Diff

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 \