spec: Drop boost detection workaround.

This commit is contained in:
Michael Friedrich 2013-10-08 15:25:57 +02:00
parent 86c11c3306
commit d3314d5840
1 changed files with 0 additions and 16 deletions

View File

@ -124,26 +124,10 @@ IDOUtils schema >= 1.10
%setup -q -n %{name}-%{version}
%build
# el5 requires special treatment for boost from epel
# 1) set CPATH, LD_LIBRARY_PATH for path detection
# 2) set --with-boost[-libdir] for library version checks
%if 0%{?el5} || 0%{?rhel} == 5 || "%{?dist}" == ".el5"
export CPATH="%{el5_boost_includes}:$CPATH"
export LD_LIBRARY_PATH="%{el5_boost_libs}:$LD_LIBRARY_PATH"
%configure --with-icinga-user=$USER \
--with-icinga-group=$USER \
--with-icingacmd-user=$USER \
--with-icingacmd-group=$USER \
--with-boost="%{el5_boost_libs}" \
--with-boost-libdir="%{el5_boost_libs}"
%else
# the famous others
%configure --with-icinga-user=$USER \
--with-icinga-group=$USER \
--with-icingacmd-user=$USER \
--with-icingacmd-group=$USER
%endif
make %{?_smp_mflags}