summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngr.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-20 09:51:02 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-20 09:51:02 +0000
commit6d9bf00ebcca5e73b3dd1c7c69ea955611a38fd7 (patch)
tree2e6b90dd180ade01bccaad2726ed922244294b90 /solenv/inc/unxlngr.mk
parente8775efb20994d2b008b0d7400501b1433782405 (diff)
INTEGRATION: CWS cmcfixes23 (1.10.94); FILE MERGED
2005/11/29 13:56:42 cmc 1.10.94.1: #i44027# enable building out of the box with ntpl
Diffstat (limited to 'solenv/inc/unxlngr.mk')
-rw-r--r--solenv/inc/unxlngr.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxlngr.mk b/solenv/inc/unxlngr.mk
index 1e78da03021f..5dc40551c48c 100644
--- a/solenv/inc/unxlngr.mk
+++ b/solenv/inc/unxlngr.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: unxlngr.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: kz $ $Date: 2005-10-05 11:35:25 $
+# last change: $Author: obo $ $Date: 2006-01-20 10:51:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,7 @@ JAVAFLAGSDEBUG=-g
LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter"
# _PTHREADS is needed for the stl
-CDEFS+=-DGLIBC=2 -DARM32 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400
+CDEFS+=$(PTHREAD_CFLAGS) -DGLIBC=2 -DARM32 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400
# this is a platform with JAVA support
.IF "$(SOLAR_JAVA)"!=""