Fix building on rhel6 with bad %cmake macro.

This commit is contained in:
Andreas Schneider 2014-08-07 09:13:49 +02:00
parent eedfb79905
commit eaba4e06ce

View File

@ -37,6 +37,7 @@ fi
pushd obj pushd obj
%cmake \ %cmake \
-DUNIT_TESTING=ON \ -DUNIT_TESTING=ON \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
%{_builddir}/%{name}-%{version} %{_builddir}/%{name}-%{version}
make %{?_smp_mflags} VERBOSE=1 make %{?_smp_mflags} VERBOSE=1
@ -70,6 +71,7 @@ popd
%changelog %changelog
* Mon Aug 04 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.0.2-2 * Mon Aug 04 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.0.2-2
- Handle lack of SYS_access on AArch64 - Handle lack of SYS_access on AArch64
- Fix building on rhel6 with bad %cmake macro.
* Thu Jul 31 2014 - Andreas Schneider <asn@redhat.com> - 1.0.2-1 * Thu Jul 31 2014 - Andreas Schneider <asn@redhat.com> - 1.0.2-1
- Update to version 1.0.2. - Update to version 1.0.2.