From eaba4e06ceb1ceeb1873cf603133798ae171b558 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 7 Aug 2014 09:13:49 +0200 Subject: [PATCH] Fix building on rhel6 with bad %cmake macro. --- uid_wrapper.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uid_wrapper.spec b/uid_wrapper.spec index 511c589..21619b1 100644 --- a/uid_wrapper.spec +++ b/uid_wrapper.spec @@ -37,6 +37,7 @@ fi pushd obj %cmake \ -DUNIT_TESTING=ON \ + -DCMAKE_SKIP_RPATH:BOOL=OFF \ %{_builddir}/%{name}-%{version} make %{?_smp_mflags} VERBOSE=1 @@ -70,6 +71,7 @@ popd %changelog * Mon Aug 04 2014 Marcin Juszkiewicz - 1.0.2-2 - Handle lack of SYS_access on AArch64 +- Fix building on rhel6 with bad %cmake macro. * Thu Jul 31 2014 - Andreas Schneider - 1.0.2-1 - Update to version 1.0.2.