* Ralf Hildebrandt <ralf.hildebra...@charite.de>:
> * Wietse Venema <wie...@porcupine.org>:
> 
> > I am puzzled. There is code that changes the vstream buffer size in:
> > 
> > - haproxy handlers (smtpd, postscreen)
> > - code that tweaks VSTREAM read/write buffer sizes for TCP sockets
> > 
> > None of which would apply to qmgr.
> > 
> > Without further details I suspect that Ralf made a build error of some kind.
> 
> Oh come on :) This is what I've been using for quite some time
> 
> make tidy
> CCARGS="-Wl,--as-needed  pkg-config --cflags openssl libpcre libcdb -DUSE_TLS 
> -DHAS_PCRE -DHAS_CDB -DHAS_LDAP" \
> AUXLIBS="-Wl,--as-needed pkg-config --libs   openssl libpcre libcdb -lldap 
> -llber -lnsl" make makefiles && 
> make && postfix stop; make upgrade && postfix start && sleep 2 &&
> postfix flush

cut & paste broke the ``'s, sorry:

make tidy
CCARGS="-Wl,--as-needed  `pkg-config --cflags openssl libpcre libcdb` -DUSE_TLS 
-DHAS_PCRE -DHAS_CDB -DHAS_LDAP" \
AUXLIBS="-Wl,--as-needed `pkg-config --libs   openssl libpcre libcdb` -lldap 
-llber -lnsl" make makefiles 
make

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to