diff -ruN rpmbuild-orig/SOURCES/nfs4acl-0.3.3-libtool.patch rpmbuild/SOURCES/nfs4acl-0.3.3-libtool.patch
--- rpmbuild-orig/SOURCES/nfs4acl-0.3.3-libtool.patch	1970-01-01 01:00:00.000000000 +0100
+++ rpmbuild/SOURCES/nfs4acl-0.3.3-libtool.patch	2015-08-27 23:52:18.003319308 +0200
@@ -0,0 +1,12 @@
+diff -ruN nfs4-acl-tools-0.3.3-orig/include/builddefs.in nfs4-acl-tools-0.3.3/include/builddefs.in
+--- nfs4-acl-tools-0.3.3-orig/include/builddefs.in	2008-12-03 23:18:24.000000000 +0100
++++ nfs4-acl-tools-0.3.3/include/builddefs.in	2015-01-25 09:33:08.402197396 +0100
+@@ -72,7 +72,7 @@
+ ECHO		= @echo@
+ SORT		= @sort@
+ LN_S		= @LN_S@
+-LIBTOOL		= @LIBTOOL@
++LIBTOOL		= @LIBTOOL@ --tag=CC
+ MAKEDEPEND	= @makedepend@
+ 
+ ENABLE_SHARED = @enable_shared@
diff -ruN rpmbuild-orig/SPECS/nfs4-acl-tools.spec rpmbuild/SPECS/nfs4-acl-tools.spec
--- rpmbuild-orig/SPECS/nfs4-acl-tools.spec	2015-02-19 22:20:54.000000000 +0100
+++ rpmbuild/SPECS/nfs4-acl-tools.spec	2015-08-27 23:53:56.813084526 +0200
@@ -1,6 +1,6 @@
 Name:           nfs4-acl-tools
 Version:        0.3.3
-Release:        7%{?dist}
+Release:        7%{?dist}.0
 Summary:        The nfs4 ACL tools
 Group:          Applications/System
 License:        BSD
@@ -18,6 +18,8 @@
 Patch002: nfs4-acl-tools-0.3.3-bz769862.patch
 Patch003: nfs4acl-0.3.3-ignore-deny-ace.patch
 
+Patch10001: nfs4acl-0.3.3-libtool.patch
+
 %description
 This package contains commandline and GUI ACL utilities for the Linux
 NFSv4 client.
@@ -32,6 +34,8 @@
 
 %patch100 -p1
 
+%patch10001 -p1
+
 %build
 %ifarch s390 s390x sparc
 PIE="-fPIE"
@@ -61,6 +65,9 @@
 %{_mandir}/man5/*
 
 %changelog
+* Thu Aug 27 2015 Jacco Ligthart <jacco@redsleeve.org> - 0.3.3-7.0
+- added "--tag=CC" to the make command due to libtool errors
+
 * Thu Feb 19 2015 Steve Dickson <steved@redhat.com> - 0.3.3-7
 - Ignore DENY aces for DELETE, WRITE_OWNER, NAMED_ATTRS (bz 1161164)
 
