ENGINE-864: Shut off PEP_MIME default (use PEP_MIME=1 in local.conf to activate for testing fun) - only tested on MacOS so far. Next stop: debian.

ENGINE-864
Krista Bennett 2 years ago
parent 9130f81042
commit 8c4ef665a7

@ -72,7 +72,7 @@ WARN=placeholder
# C++ version than we'd like for the moment and we need to set it conditionally
######### pEp MIME #########
PEP_MIME = 1
PEP_MIME=0
PEP_MIME_SRC=$(HOME)/src/pEpMIME/src
@ -309,9 +309,6 @@ else
LDLIBS+=-lstdc++
ETPAN_LIB=
ETPAN_INC=
# $(shell cp $(PEP_MIME_SRC)/*.{cc,hh,hxx} $(HERE)/pEpMIME)
# $(shell sed -i '' 's/#include <pep\/\(.*\)>/#include "..\/src\/\1"/g' $(HERE)/pEpMIME/*.{hh,hxx,cc})
endif
else
endif

Loading…
Cancel
Save