diff options
author | Caolán McNamara <cmc@openoffice.org> | 2009-11-09 08:39:23 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2009-11-09 08:39:23 +0000 |
commit | 090fcf08e7f30171b6f9b277a0b2617b38aa7ba1 (patch) | |
tree | 7e67af549f7717353e436a02814290fb3ae23607 /python/makefile.mk | |
parent | 06eee2b4388fa8d4250c04e6338ea99e80ea9a89 (diff) |
pythonssldedux: #i106542# build python ssl module for ssl email support
Diffstat (limited to 'python/makefile.mk')
-rw-r--r-- | python/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 663a5604603d..295f57f83f47 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -50,7 +50,9 @@ all: TARFILE_NAME=Python-$(PYVERSION) -PATCH_FILES=Python-$(PYVERSION).patch +PATCH_FILES=\ + Python-$(PYVERSION).patch \ + Python-ssl.patch CONFIGURE_DIR= |