summaryrefslogtreecommitdiffstats
path: root/moz/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-04-15 16:54:54 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-04-15 16:54:54 +0200
commit11a8887e1fca7b9273d61c9cab4041688aee9c6f (patch)
tree2d2897288a4d64c13410543c2346c59929073a42 /moz/makefile.mk
parentCWS-TOOLING: integrate CWS changefileheader2 (diff)
downloadcore-11a8887e1fca7b9273d61c9cab4041688aee9c6f.tar.gz
core-11a8887e1fca7b9273d61c9cab4041688aee9c6f.zip
#i109357# changes for glibc2.5
Diffstat (limited to 'moz/makefile.mk')
-rw-r--r--moz/makefile.mk6
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)