Package: libdaemon Severity: wishlist debian/rules in the libdaemon packaging sets CFLAGS and optionally INSTALL_PROGRAM according to the noopt, nostrip options in DEB_BUILD_OPTIONS, but they aren't propagated to the environment of the configure-script, so they have no effect.
To support these features, you either need to add to debian/rules: export CFLAGS export INSTALL_PROGRAM or explicitly provide these variables to ./configure by invoking it as follows: CFLAGS=$(CFLAGS) INSTALL_PROGRAM=$(INSTALL_PROGRAM) ./configure [...] -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (990, 'stable'), (101, 'experimental') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-powerpc Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]