Fix build options

This commit is contained in:
Andrey Bondrov 2014-06-04 17:51:50 +11:00
parent ca1821acb4
commit 2104cdea86

View file

@ -1,10 +1,12 @@
%define packver %(echo "%{version}" | sed -e "s/\\\./_/g")
%define libname %mklibname boost %{version}
%define libnamedevel %mklibname boost -d
%define libnamestaticdevel %mklibname boost -d -s
%define libname %mklibname boost %{version}
%define libnamedevel %mklibname boost -d
%define libnamestaticdevel %mklibname boost -d -s
%define coredevel %mklibname boost-core -d
%ifarch aarch64
%bcond_with context
%else
%bcond_without context
%endif
# --no-undefined breaks build of CMakeified Boost.{Chrono,Locale,Timer}.