Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=00f8e30c808b25cf223d33eaba1bf3f20dd12d2d
commit 00f8e30c808b25cf223d33eaba1bf3f20dd12d2d Author: DeX77 <[email protected]> Date: Tue Nov 14 10:43:22 2017 +0100 thin-provisioning-tools-0.7.5-1-x86_64 * version bump diff --git a/source/base/thin-provisioning-tools/0001-fix-build-with-testing-disabled.patch b/source/base/thin-provisioning-tools/0001-fix-build-with-testing-disabled.patch deleted file mode 100644 index 4c1c1db..0000000 --- a/source/base/thin-provisioning-tools/0001-fix-build-with-testing-disabled.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 8d75be81120b9cf172c95d0153c5f845ed804234 Mon Sep 17 00:00:00 2001 -From: Adam Sampson <[email protected]> -Date: Mon, 16 Oct 2017 13:07:36 +0100 -Subject: [functional-tests] fix build with testing disabled (#88) - -The rule for lib/libft.so is only enabled with --enable-testing, -so the default target shouldn't depend unconditionally on it. -With the default configure options, the build failed with: -make: *** No rule to make target 'lib/libft.so', needed by 'all'. Stop. ---- - Makefile.in | 7 ++++++- - 1 file changed, 6 insertions(+), 1 deletion(-) - -diff --git a/Makefile.in b/Makefile.in -index e745739..02b75dd 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -21,8 +21,13 @@ V=@ - PROGRAMS=\ - bin/pdata_tools - -+ifeq ("@TESTING@", "yes") -+TESTLIBS=\ -+ lib/libft.so -+endif -+ - .PHONY: all --all: $(PROGRAMS) lib/libft.so -+all: $(PROGRAMS) $(TESTLIBS) - - SOURCE=\ - base/output_file_requirements.cc \ --- -cgit v1.1-22-g1649 - diff --git a/source/base/thin-provisioning-tools/FrugalBuild b/source/base/thin-provisioning-tools/FrugalBuild index 356815b..e7df7ca 100644 --- a/source/base/thin-provisioning-tools/FrugalBuild +++ b/source/base/thin-provisioning-tools/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: DeX77 <[email protected]> pkgname=thin-provisioning-tools -pkgver=0.7.4 +pkgver=0.7.5 pkgrel=1 pkgdesc='Suite of tools for manipulating the metadata of the dm-thin device-mapper target' archs=('x86_64') @@ -12,9 +12,7 @@ groups=('base') _F_github_author="jthornber" _F_github_tag_v=y Finclude github -source+=("0001-fix-build-with-testing-disabled.patch") -sha1sums=('74960682cb0784cc8b4f299e864c9f88d63a6585' \ - '6ccb297e12fe0b9ac9c0590d7779da0f1f6a18ee') +sha1sums=('e2441a93736d452e061c15d4811a67ab0ab34486') build() { Fcd _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
