OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Postfix Sasl Courier MySQL DNS PostfixManager Antivirus

From: Andreas Winkelmann (mlawinkelmann.de)
Date: Sun Jan 08 2006 - 11:35:07 CST


Am Sunday 08 January 2006 17:13 schrieb Brian E. Miller:

> [src/tlsmgr]
> gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
> -DUSE_SASL_AUTH -I/usr/include/sasl -I/usr/local/bdb/include -DUSE_TLS
> -I/usr/include/openssl -DHAS_PCRE -g -O -I. -I../../include -DLINUX2 -c
> tlsmgr.c
> gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
> -DUSE_SASL_AUTH -I/usr/include/sasl -I/usr/local/bdb/include -DUSE_TLS
> -I/usr/include/openssl -DHAS_PCRE -g -O -I. -I../../include -DLINUX2 -o
> tlsmgr tlsmgr.o ../../lib/libmaster.a ../../lib/libtls.a
> ../../lib/libglobal.a ../../lib/libutil.a -L/usr/lib/mysql -lmysqlclient
> -lz -lm -L/usr/lib/ -lsasl2 -L/usr/include/db4 -L/usr/include/ssl -lssl
> -lcrypto -lpthread -L/usr/lib -lpcre -ldb -lnsl -lresolv
> cp tlsmgr ../../libexec
>
> mind:/usr/local/postfix-2.2.2 #
>
> Still curious about the -Wmissing-prototypes

This is a Build-Option for gcc. (man gcc).

--
        Andreas