1 Feb
2009
1 Feb
'09
11:20 a.m.
Pierre Schmitz wrote:
Am Sonntag 01 Februar 2009 01:46:21 schrieb Evangelos Foutras:
FS#13068: we have to wait until grub-gfx package is updated for 64bit
How should this be built. I tried to set the DESTARCH in the PKGBUILD to x86_64; but the resulting package is still i686. (according to pacman -Qip). CARCH=x86_64 makepkg does not work, too.
Well, I just commmited the new package for x86:64. The problem was the -L switch of makepkg which seems to prevent it from able to chagne carch during build.
That is because the -L flag uses tee which causes any variables defined during the build() function to be lost on exit from it. This would work with the latest git makepkg if the export statement was in the package() function. Allan