mirror of
https://abf.rosa.ru/djam/boost.git
synced 2025-04-11 08:44:17 +00:00
Fix build options
This commit is contained in:
parent
ca1821acb4
commit
2104cdea86
1 changed files with 5 additions and 3 deletions
|
@ -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}.
|
||||
|
|
Loading…
Add table
Reference in a new issue