Blame patches/libtasn1-4.16.0_pre.local.patch

b583e3
diff -ru libtasn1-4.16.0.orig/configure libtasn1-4.16.0/configure
b583e3
--- libtasn1-4.16.0.orig/configure	2020-02-01 23:22:23.000000000 +0100
b583e3
+++ libtasn1-4.16.0/configure	2020-04-12 15:39:06.225324685 +0200
b583e3
@@ -12621,6 +12621,16 @@
b583e3
   dynamic_linker='NetBSD ld.elf_so'
b583e3
   ;;
b583e3
 
b583e3
+midipix*)
b583e3
+  version_type=linux # correct to gnu/linux during the next big refactor
b583e3
+  need_lib_prefix=no
b583e3
+  need_version=no
b583e3
+  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
b583e3
+  soname_spec='$libname$release$shared_ext$major'
b583e3
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
b583e3
+  shlibpath_var=LD_LIBRARY_PATH
b583e3
+  ;;
b583e3
+
b583e3
 netbsd*)
b583e3
   version_type=sunos
b583e3
   need_lib_prefix=no
b583e3
diff -ru libtasn1-4.16.0.orig/Makefile.in libtasn1-4.16.0/Makefile.in
b583e3
--- libtasn1-4.16.0.orig/Makefile.in	2020-02-01 23:22:24.000000000 +0100
b583e3
+++ libtasn1-4.16.0/Makefile.in	2020-04-12 22:44:21.614252148 +0200
b583e3
@@ -557,7 +557,7 @@
b583e3
 	windows/test-tree/test-tree.vcproj windows/libtasn14win.mk \
b583e3
 	CONTRIBUTING.md cfg.mk maint.mk AUTHORS NEWS ChangeLog THANKS \
b583e3
 	LICENSE cfg.mk maint.mk .clcopying README.md
b583e3
-SUBDIRS = lib src fuzz tests $(am__append_1)
b583e3
+SUBDIRS = lib src fuzz $(am__append_1)
b583e3
 @CODE_COVERAGE_ENABLED_TRUE@GITIGNOREFILES = $(GITIGNOREFILES) $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
b583e3
 @CODE_COVERAGE_ENABLED_TRUE@code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V))
b583e3
 @CODE_COVERAGE_ENABLED_TRUE@code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY))