search for: dno_tls

Displaying 2 results from an estimated 2 matches for "dno_tls".

2012 Mar 25
2
build postfix rpm with mysql
...mp;& CCARGS="${CCARGS} -I/usr/kerberos/include" CCARGS="${CCARGS} -DUSE_TLS -I/usr/include/openssl" AUXLIBS="${AUXLIBS} -lssl -lcrypto" fi %else # explicitly disable TLS otherwise will be built on machine if # openssl is available CCARGS="${CCARGS} -DNO_TLS" %endif # Required by some TLS implementations (RHEL 3 and RH9) and also some MySQL # packages %if %{requires_zlib} AUXLIBS="${AUXLIBS} -lz" %endif export CCARGS AUXLIBS make -f Makefile.init makefiles unset CCARGS AUXLIBS # -Wno-comment needed due to large number of warnings on...
2011 Nov 19
4
build postfix spec w/ mysql
...mp;& CCARGS="${CCARGS} -I/usr/kerberos/include" CCARGS="${CCARGS} -DUSE_TLS -I/usr/include/openssl" AUXLIBS="${AUXLIBS} -lssl -lcrypto" fi %else # explicitly disable TLS otherwise will be built on machine if # openssl is available CCARGS="${CCARGS} -DNO_TLS" %endif # Required by some TLS implementations (RHEL 3 and RH9) and also some MySQL # packages %if %{requires_zlib} AUXLIBS="${AUXLIBS} -lz" %endif export CCARGS AUXLIBS make -f Makefile.init makefiles unset CCARGS AUXLIBS # -Wno-comment needed due to large number of warnings on...