mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
add -DNO_SECURITY so that it works on the internal Netscape builds as well
(which do have security, but which do not have a libmime with S/MIME code.)
This commit is contained in:
parent
d387beafca
commit
8b0cbd04ac
@ -68,7 +68,7 @@ endif
|
||||
|
||||
INCLUDES += -I./
|
||||
|
||||
DEFINES += -DMOZILLA_30
|
||||
DEFINES += -DMOZILLA_30 -DNO_SECURITY
|
||||
|
||||
#
|
||||
# Building the "mimefilt" executable, which reads a message from stdin and
|
||||
|
Loading…
Reference in New Issue
Block a user