On Mon, Aug 01, 2005 at 12:41:02AM +0200, Kurt Roeckx wrote:
> Package: mozilla-thunderbird
> Version: 1.0.6-1
> Severity: important
>
> Hi,
>
> mozilla-thunderbird is failing to build on amd64 because you
> still have this in debian/rules:
> ifeq ($(DEB_BUILD_ARCH),amd64)
> OPTFLAGS=-O2
> export
Package: mozilla-thunderbird
Version: 1.0.6-1
Severity: important
Hi,
mozilla-thunderbird is failing to build on amd64 because you
still have this in debian/rules:
ifeq ($(DEB_BUILD_ARCH),amd64)
OPTFLAGS=-O2
export CC=gcc-3.4
export CXX=g++-3.4
endif
Which shouldn't be needed anymore, it should
2 matches
Mail list logo