|
|
|
@ -114,7 +114,6 @@ are supported. A command-line programmer and debugger are also available.
|
|
|
|
|
%__cp -f "/usr/share/libtool/"*"/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
|
|
|
|
%__make -f "admin/Makefile.common"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
unset QTDIR QTINC QTLIB
|
|
|
|
|
export PATH="%{tde_bindir}:${PATH}"
|
|
|
|
@ -141,8 +140,16 @@ export PATH="%{tde_bindir}:${PATH}"
|
|
|
|
|
--disable-libreadline \
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?mgaversion} >= 6
|
|
|
|
|
touch "src/devices/pic/xml_data/Makefile.in" "src/devices/mem24/xml_data/Makefile.in"
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%__make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%if 0%{?mgaversion} >= 6
|
|
|
|
|
touch "src/devices/pic/xml_data/Makefile.in" "src/devices/mem24/xml_data/Makefile.in"
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
export PATH="%{tde_bindir}:${PATH}"
|
|
|
|
|