Dave Page пишет:
>
>
>Great, I'll upload them shortly. Can you send the updated spec file
>please, and we can include that in CVS as well.
>
>Thanks, Dave,
>
>
>
I have changed it:
%build
export CFLAGS=""
export CXXFLAGS=""
%ifarch x86_64 amd64
%configure --enable-static --with-wx-config=%{withwxconfig}
--with-wx=/usr/local --with-ssl LDFLAGS=-L/usr/X11R6/lib64
%else
%configure --enable-static --with-wx-config=%{withwxconfig}
--with-wx=/usr/local --with-ssl
%endif
make all