summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-06-16 17:10:38 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-06-16 17:10:38 +0000
commitc2dd940456de6dd0cdaf4cfa3f2f6972dde50828 (patch)
tree4b566a9fe5a70fc10c2662cbc182be8af0e1449a /icu
parent5864950eec1dc39e759f1728b4c0054ff5e46287 (diff)
#i10000# #i100103# icu patch
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index cdaec3e600e2..6b3c15a158c8 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -68,7 +68,7 @@ icu_CFLAGS+=$(C_RESTRICTIONFLAGS)
# add SYSBASE libraries and make certain that they are found *after* the
# icu build internal libraries - in case that icu is available in SYSBASE
# as well
-icu_LDFLAGS+= -L../../lib -L../../stubdata -L$(SYSBASE)$/usr$/lib
+icu_LDFLAGS+= -L../lib -L../../lib -L../stubdata -L../../stubdata -L$(SYSBASE)$/usr$/lib
.ENDIF # "$(SYSBASE)"!=""
.IF "$(OS)"=="MACOSX"