diff -ruN rpmbuild-orig/SPECS/uuid.spec rpmbuild/SPECS/uuid.spec
--- rpmbuild-orig/SPECS/uuid.spec	2014-01-27 20:11:51.000000000 +0100
+++ rpmbuild/SPECS/uuid.spec	2015-01-01 18:11:14.699663429 +0100
@@ -13,7 +13,7 @@
 
 Name:           uuid
 Version:        1.6.2
-Release:        26%{?dist}
+Release:        26%{?dist}.redsleeve
 Summary:        Universally Unique Identifier library
 License:        MIT
 Group:          System Environment/Libraries
@@ -144,7 +144,7 @@
     --with-cxx \
     --without-pgsql
 
-make LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" %{?_smp_mflags}
+make LIBTOOL="/usr/bin/libtool --tag=CC" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" %{?_smp_mflags}
 
 # Build the Perl module.
 pushd perl
@@ -275,6 +275,9 @@
 %{_libdir}/libossp-uuid_dce.so
 
 %changelog
+* Thu Jan 01 2015 Jacco Ligthart <jacco@redsleeve.org> 1.6.2-26.redsleeve
+- added "--tag=CC" to the make command due to libtool errors
+
 * Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.6.2-26
 - Mass rebuild 2014-01-24
 
