Make build work on EL6

This commit is contained in:
Nathaniel McCallum 2016-09-20 10:36:36 -04:00
parent 548de6039d
commit 2d378c99d3

View File

@ -31,6 +31,10 @@ Development documentation for jansson.
%prep
%setup -q
%if 0%{?rhel} == 6
%{__sed} -i 's/code-block:: shell/code-block:: none/g' doc/*.rst
%endif
%build
%configure --disable-static
make %{?_smp_mflags}