Package: amule
Version: 2.1.1-3
Hello,
the debian/rules file in the current amule source package correctly sets
CFLAGS to -O2 or -O0 depending on whether the string 'noopt' is present
in the DEB_BUILD_OPTIONS envvar or not. However, the configure scripts
gets called as follows:
% CFLAGS="$(CFLAGS)" CXXFLAGS="-Os" ./configure --enable-amulecmd ...
Which, since amule is written in C++, would make amule to be built with
-Os, except that the configure script itself sets -O2 later on the
command line.
Please change the above line to something equivalent to:
% CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" ./configure --enable-amulecmd ...
Thanks,
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
Listening to: Pedro Guerra - Pasaba por aquí