Re: [vchkpw] vpopmail FHS compiler flags

2009-03-29 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: > Can you fix CFLAGS and LDFLAGS in other scripts too? > > ./backends/postgres/configure.ac > ./backends/mysql/configure.ac > ./backends/cdb/configure.ac > ./backends/ldap/configure.ac Changes are in svn. - -- /* Matt B

Re: [vchkpw] vpopmail FHS compiler flags

2009-03-28 Thread Itamar Reis Peixoto
Can you fix CFLAGS and LDFLAGS in other scripts too? ./backends/postgres/configure.ac ./backends/mysql/configure.ac ./backends/cdb/configure.ac ./backends/ldap/configure.ac -- Itamar Reis Peixoto e-mail/msn: ita...@ispbrasil.com.br sip: ita...@ispbrasil.com.br skype: itamarjp ic

Re: [vchkpw] vpopmail FHS compiler flags

2009-03-27 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: > + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions > -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' > + export CFLAGS > + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions >

[vchkpw] vpopmail FHS compiler flags

2009-03-26 Thread Itamar Reis Peixoto
https://fedoraproject.org/wiki/Packaging:Guidelines#Compiler_flags all packages in fedora should be compiled with the flowing flags + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g