[socket_wrapper/el6] Fix building on rhel6 with bad %cmake macro.

asn asn at fedoraproject.org
Thu Aug 7 07:12:03 UTC 2014


commit 8f3aec43cb5458ff899b4727786457f77087daf2
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Thu Aug 7 09:11:42 2014 +0200

    Fix building on rhel6 with bad %cmake macro.

 socket_wrapper.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/socket_wrapper.spec b/socket_wrapper.spec
index bb39c3e..c0f1bfe 100644
--- a/socket_wrapper.spec
+++ b/socket_wrapper.spec
@@ -1,6 +1,6 @@
 Name:           socket_wrapper
 Version:        1.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 License:        BSD
 Summary:        A library passing all socket communications trough Unix sockets
@@ -35,6 +35,7 @@ fi
 pushd obj
 %cmake \
   -DUNIT_TESTING=ON \
+  -DCMAKE_SKIP_RPATH:BOOL=OFF \
   %{_builddir}/%{name}-%{version}
 
 make %{?_smp_mflags} VERBOSE=1
@@ -65,6 +66,9 @@ popd
 %{_libdir}/pkgconfig/socket_wrapper.pc
 
 %changelog
+* Thu Aug 07 2014 - Andreas Schneider <asn at redhat.com> - 1.1.0-3
+- Fix building on rhel6 with bad %cmake macro.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list