diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-04-22 15:08:24 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-04-22 15:08:24 +0200 |
commit | e0785dd388faf57cd20bf3bb13a28ffc410911ef (patch) | |
tree | c833c1cc1e912f862d9555c6faa41e1ccc08be66 /python/makefile.mk | |
parent | ebed352d9e51f8e57e7bc28454f41dec12b31dbd (diff) | |
parent | dc715ad0d597924e1a6b524c888c85112f9df159 (diff) |
Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
Conflicts:
python/makefile.mk
zlib/makefile.mk
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 eb72a267ca88..fb729bda8db5 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -50,7 +50,9 @@ PATCH_FILES=\ Python-parallel-make.patch \ Python-ssl.patch \ Python-aix.patch \ - Python-2.6.1-urllib.patch + Python-2.6.1-urllib.patch \ + Python-2.6.1-sysbase.patch \ + Python-2.6.1-nohardlink.patch CONFIGURE_DIR= |