> -----Original Message-----
> From: Vasilev Max [mailto:max@stranger-team.ru]
> Sent: 10 February 2005 14:33
> To: Dave Page; pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] pgadmin for SuSE Linux 9.2
> 32/64 bit CPU.
>
> 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
Thanks - I'll apply that to CVS.
Regards, Dave.