diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 09:51:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 09:51:16 +0000 |
commit | 3c2672102379780f78f7e07ece8d58c25beda14e (patch) | |
tree | 2bddf4bd12a12081a252679fd7807ae2779842f6 /solenv/inc/unxlngs.mk | |
parent | 6d9bf00ebcca5e73b3dd1c7c69ea955611a38fd7 (diff) |
INTEGRATION: CWS cmcfixes23 (1.15.92); FILE MERGED
2005/11/29 13:56:43 cmc 1.15.92.1: #i44027# enable building out of the box with ntpl
Diffstat (limited to 'solenv/inc/unxlngs.mk')
-rw-r--r-- | solenv/inc/unxlngs.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxlngs.mk b/solenv/inc/unxlngs.mk index 56bd12bd3427..0cc86bfe0526 100644 --- a/solenv/inc/unxlngs.mk +++ b/solenv/inc/unxlngs.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxlngs.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: kz $ $Date: 2005-10-05 11:35:42 $ +# last change: $Author: obo $ $Date: 2006-01-20 10:51:16 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,7 @@ JAVAFLAGSDEBUG=-g #LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter" # _PTHREADS is needed for the stl -CDEFS+=-DGLIBC=2 -D_PTHREADS -D_REENTRANT -DSPARC -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 +CDEFS+=$(PTHREAD_CFLAGS) -DGLIBC=2 -D_PTHREADS -D_REENTRANT -DSPARC -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 # enable visibility define in "sal/types.h" .IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" |