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 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
-I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ ./configure --build=x86_64-unknown-linux-gnu
--host=x86_64-unknown-linux-gnu --target=x86_64-redhat-linux-gnu
--program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
--includedir=/usr/include --libdir=/usr/lib64
--libexecdir=/usr/libexec --localstatedir=/var
--sharedstatedir=/var/lib --mandir=/usr/share/man
--infodir=/usr/share/info --disable-root-check


but vpopmail seems to no use these flags


gcc  -o file_lock.o -c file_lock.c
gcc  -o vpalias.o -c vpalias.c
gcc  -o seek.o -c seek.c
gcc  -o vlimits.o -c vlimits.c
gcc  -o maildirquota.o -c maildirquota.c
gcc  -o vutil.o -c vutil.c
gcc  -o vlistlib.o -c vlistlib.c
gcc  -o client.o -c client.c
gcc  -o conf.o -c conf.c
gcc  -o ippp.o -c ippp.c
gcc  -o backfill.o -c backfill.c
gcc  -o vpopmail.o -c vpopmail.c
gcc  -o quota.o -c quota.c
gcc  -o vchkpw.o -c vchkpw.c
gcc  -o hmac_md5.o -c hmac_md5.c
gcc  -o vdelivermail.o -c vdelivermail.c
gcc  -o clearopensmtp.o -c clearopensmtp.c
gcc  -o vadddomain.o -c vadddomain.c
gcc  -o vdeldomain.o -c vdeldomain.c
gcc  -o vpasswd.o -c vpasswd.c
gcc  -o vadduser.o -c vadduser.c


-- 
------------

Itamar Reis Peixoto

e-mail/msn: ita...@ispbrasil.com.br
sip: ita...@ispbrasil.com.br
skype: itamarjp
icq: 81053601
+55 11 4063 5033
+55 34 3221 8599

!DSPAM:49cc635332683733311466!

Reply via email to