Files
sebastia 54d86a1580 update to 4.14.0 and take MAINTAINER
lots of feedback and final OK sthen@
2026-02-18 21:26:40 +00:00

16 lines
665 B
Plaintext

Tell libtool to link libtsk as a C++ library.
Index: tsk/Makefile.am
--- tsk/Makefile.am.orig
+++ tsk/Makefile.am
@@ -4,6 +4,9 @@ SUBDIRS = base img vs fs hashdb auto pool util util/Bi
# Merge the libraries into one
lib_LTLIBRARIES = libtsk.la
libtsk_la_SOURCES =
+# hack to force linkage with a c++ compiler
+# https://www.gnu.org/software/automake/manual/html_node/Libtool-Convenience-Libraries.html
+nodist_EXTRA_libtsk_la_SOURCES = dummy.cpp
libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \
vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \
auto/libtskauto.la pool/libtskpool.la util/libtskutil.la util/Bitlocker/libtskbitlocker.la