X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2FMakefile;h=5db2f54e34db064e7a4aa550ce533a78cd09825b;hb=0f8cc090f2541b2b27a4b057c2aa94efee7f1bd4;hp=880f2bba308faac18ab00fd9488b39d41d466636;hpb=395de4b29db279820c3406c305cd615b705bdd91;p=cassiopeia.git diff --git a/lib/Makefile b/lib/Makefile index 880f2bb..5db2f54 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -12,7 +12,7 @@ collisiondetect/libdetectcoll.la: ${LIB_COLL_FILES} # echo $^ openssl/libcrypto.a: ${LIB_SSL_FILES} - cd ${LIB_SSL} && ( [ -f Makefile ] || ./config -DPURIFY ) + cd ${LIB_SSL} && ( [ -f Makefile ] || ./config -DPURIFY no-md2 no-md4 no-rc4 no-ssl3 no-weak-ssl-ciphers no-unit-test ) ${MAKE} -C ${LIB_SSL} depend ${MAKE} -C ${LIB_SSL} ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))