diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-03-22 10:24:28 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-03-22 10:24:28 +0100 |
commit | 77c6a8e3ac106240b9fca715affedd5280c1367e (patch) | |
tree | d9506fada65a809f4d489143158fca0b9ffcd247 /python/makefile.mk | |
parent | 1e94a4e6c2591d3ad9101e5b524294a5986c0949 (diff) |
ause127: #i117375# avoid hard links in python build
Diffstat (limited to 'python/makefile.mk')
-rw-r--r-- | python/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 607ba93ab92d..806830033d35 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -50,7 +50,8 @@ TARFILE_MD5=e81c2f0953aa60f8062c05a4673f2be0 PATCH_FILES=\ Python-$(PYVERSION).patch \ Python-parallel-make.patch \ - Python-ssl.patch + Python-ssl.patch \ + Python-2.6.1-nohardlink.patch CONFIGURE_DIR= |