Fix building on rhel6 with bad %cmake macro.
This commit is contained in:
parent
eedfb79905
commit
eaba4e06ce
1 changed files with 2 additions and 0 deletions
|
|
@ -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 <mjuszkiewicz@redhat.com> - 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 <asn@redhat.com> - 1.0.2-1
|
||||
- Update to version 1.0.2.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue