diff options
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 f1e37729b111..ee25e7515777 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -51,7 +51,8 @@ PATCH_FILES=\ Python-$(PYVERSION).patch \ Python-parallel-make.patch \ Python-ssl.patch \ - Python-2.6.1-sysbase.patch + Python-2.6.1-sysbase.patch\ + Python-2.6.1-nohardlink.patch CONFIGURE_DIR= |