diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-04-15 16:54:54 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-04-15 16:54:54 +0200 |
commit | 11a8887e1fca7b9273d61c9cab4041688aee9c6f (patch) | |
tree | 2d2897288a4d64c13410543c2346c59929073a42 /moz/makefile.mk | |
parent | 5cca2bce895c51bc076833e565c962e7bd9d8a4e (diff) |
#i109357# changes for glibc2.5
Diffstat (limited to 'moz/makefile.mk')
-rw-r--r-- | moz/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/moz/makefile.mk b/moz/makefile.mk index c1649d2f8b85..d827266fab50 100644 --- a/moz/makefile.mk +++ b/moz/makefile.mk @@ -83,7 +83,11 @@ TARFILE_ROOTDIR=mozilla PATCH_FILES = \ seamonkey-source-$(MOZILLA_VERSION).patch \ patches/dtoa.patch \ - patches/respect_disable_pango.patch \ + patches/respect_disable_pango.patch + +.IF "$(OUTPATH)"=="unxlngi6" +PATCH_FILES += patches/linux_libc2.5.patch +.ENDIF # This file is needed for the W32 build when BUILD_MOZAB is set # (currently only vc8/vs2005 is supported when BUILD_MOZAB is set) |