You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libmspack/files/libmspack-0.7.1_alpha-fix-p...

21 lines
954 B

From 43099fb1bba26792fe98b4157c950db9c333134d Mon Sep 17 00:00:00 2001
From: Stuart Caie <kyzer@cabextract.org.uk>
Date: Tue, 16 Oct 2018 11:25:24 +0100
Subject: [PATCH] Fix parallel builds by adding adding libmschmd.la explicitly
to test_chmd_test_DEPENDENCIES
---
diff --git a/libmspack/Makefile.am b/libmspack/Makefile.am
index ba19535..6130bc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -89,7 +89,7 @@ test_chmd_order_SOURCES = test/chmd_order.c test/md5.c test/md5.h \
test_chmd_order_LDADD = libmschmd.la
test_chmd_test_SOURCES = test/chmd_test.c libmschmd.la
test_chmd_test_LDADD = libmschmd.la
-test_chmd_test_DEPENDENCIES = test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm
+test_chmd_test_DEPENDENCIES = libmschmd.la test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm
test_chminfo_SOURCES = test/chminfo.c libmschmd.la
test_chminfo_LDADD = libmschmd.la
test_kwajd_test_SOURCES = test/kwajd_test.c libmspack.la