Re: RFS: evilvte (updated package) - lightweight terminal emulator
* Vincent Bernat <bernat@luffy.cx> [080527 14:42]:
> I don't agree. With unstable, -g -O2 is the default CFLAGS. For example,
> when compiling in a pbuilder:
It may be an default environment variable. That does not mean it is
actually used.
> ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr
> --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info CFLAGS="-g
> -O2" LDFLAGS="-Wl,-z,defs"
Sadly evilvte has not autoconf generated configure but a home-grewn.
And this one has only:
for opt do
case "$opt" in
--prefix=*) prefix=`echo $opt | cut -d '=' -f 2`
;;
esac
done
So none of those options but --prefix is actually used and the rest is
silently ignored.
> But maybe this is a different on a buildd?
Please always look at the invocation of the compiler. It's important
what ends up there. Even when autoconf is used there are possibilites
for upstream to break it and have some other value used.
Hochachtungsvoll,
Bernhard R. Link
Reply to: