Browse Source

cleanup packaging

master
parent
commit
a64c96c11c
  1. 4
      bind/bind.spec

4
bind/bind.spec

@ -107,9 +107,6 @@ Conflicts: powerdns
%build
# configure program
%{l_shtool} subst \
-e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
configure
export CC="%{l_cc}"
export CFLAGS="%{l_cflags -O} %{l_cppflags}"
export LDFLAGS="%{l_ldflags}"
@ -133,6 +130,7 @@ Conflicts: powerdns
--with-openssl=%{l_prefix} \
--with-python=%{l_prefix}/bin/python \
%else
--without-openssl \
--without-python \
%endif
%if "%{with_pgsql}" == "yes"

Loading…
Cancel
Save