> > > > CC=gcc32 rpmbuild -ba xmms.spec > > Isn't it: > > CC=gcc32 > export CC > rpmbuild > > (i am typing from memory here...) you can define env vars on the commandline in bash w/o exporting them. -sv
> > > > CC=gcc32 rpmbuild -ba xmms.spec > > Isn't it: > > CC=gcc32 > export CC > rpmbuild > > (i am typing from memory here...) you can define env vars on the commandline in bash w/o exporting them. -sv