RPM: fix tqt3 build on opensuse TW

pull/3/head
François Andriot 7 years ago
parent b57d9c0223
commit ac47427ea4

@ -287,6 +287,11 @@ BuildRequires: firebird-devel
BuildRequires: %{_lib}fbclient-devel
%endif
# NIS support
%if 0%{?suse_version} != 1330
%define with_nis 1
%endif
# x86_64 specific stuff
%if "%{_lib}" != "lib"
%if 0%{?mdkversion} || ( 0%{?mgaversion} && 0%{?mgaversion} <= 2)
@ -1348,7 +1353,7 @@ echo yes | ./configure \
-platform linux-g++ \
%endif
\
-nis \
%{?with_nis:-nis} %{?!with_nis:-no-nis} \
-no-pch \
-cups \
-stl \

Loading…
Cancel
Save