On Fri, 2012-02-24 at 21:33:30 -0500, Gamet A. wrote:

> Here are my compilation command list:
> -----------------------------------------------------------------------------------------------------------
> installDir=/usr/local/postfix-2.10
> make CCARGS='-DNO_DB' tidy
> make makefiles CCARGS="-DNO_DB -I/usr/local/ldap/include -DHAS_LDAP
> -DDEF_CONFIG_DIR='$installDir/etc' -DDEF_COMMAND_DIR='$installDir/sbin'
> -DDEF_DAEMON_DIR='$installDir/libexec' -DDEF_MAILQ_DIR='$installDir/bin'
> -DDEF_DATA_DIR='$installDir/data' -DDEF_QUEUE_DIR='/var/log/postfix/spool'
> -DDEF_MANPAGE_DIR='$installDir/man' DEBUG=''" \
>     UXLIBS="-L/usr/local/ldap/lib -lldap -L/usr/local/ldap/lib -llber"

AUXLIBS, not UXLIBS.  See INSTALL, which explains how to turn off
debugging, and the phrase:

IMPORTANT: Be sure to get the quotes right. These details matter a lot.

> ...
> I tried with both DEBUG= and DEBUG='', but with the same above
> outcome. Are there any other parameters to pass to disable debug?
> ...

DEBUG=

-- 
Sahil Tandon

Reply via email to