[packages/hfsplus-tools] - release 3 (rebuild against openssl-1.1) - filterout -fvar-tracking-assignments as clang-6.0 does n

adamg adamg at pld-linux.org
Mon Sep 24 23:40:25 CEST 2018


commit c47ed3965bd6f2fb63ff8a2ea1486a1459ce7113
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Mon Sep 24 23:39:45 2018 +0200

    - release 3 (rebuild against openssl-1.1)
    - filterout -fvar-tracking-assignments as clang-6.0 does not support it

 hfsplus-tools.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/hfsplus-tools.spec b/hfsplus-tools.spec
index bed092e..abe9b02 100644
--- a/hfsplus-tools.spec
+++ b/hfsplus-tools.spec
@@ -2,7 +2,7 @@ Summary:	Tools to create/check Apple HFS+ filesystems
 Summary(pl.UTF-8):	Narzędzia do tworzenia i sprawdzania systemów plików Apple HFS+
 Name:		hfsplus-tools
 Version:	540.1.linux3
-Release:	2
+Release:	3
 License:	APSL 2.0
 Group:		Base
 Source0:	http://cavan.codon.org.uk/~mjg59/diskdev_cmds/diskdev_cmds-%{version}.tar.gz
@@ -21,6 +21,9 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # we want this to end up with the other mkfs.*'s, in /sbin
 %define		_exec_prefix	/
 
+# clang-6.0: error: unknown argument: '-fvar-tracking-assignments'
+%define		filterout	-fvar-tracking-assignments
+
 %description
 HFS+, HFS Plus, or Mac OS Extended are names for a file system
 developed by Apple Computer to replace their Hierarchical File System
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hfsplus-tools.git/commitdiff/c47ed3965bd6f2fb63ff8a2ea1486a1459ce7113



More information about the pld-cvs-commit mailing list