diff options
author | mb93783 <mb93783@v20z-so6> | 2009-11-05 16:44:22 +0100 |
---|---|---|
committer | mb93783 <mb93783@v20z-so6> | 2009-11-05 16:44:22 +0100 |
commit | 6d475ddbc3936c80b51c8d8f31de95631989aa40 (patch) | |
tree | a214b0f7c6f5d58cd9eeb6e19f66ee134f63606c /soltools/adjustvisibility | |
parent | 40ca7ca4cc6ebed1e769a151b6eeb8af290ef591 (diff) |
#i103496#: get rid of stlport dependency in soltools
Diffstat (limited to 'soltools/adjustvisibility')
-rwxr-xr-x[-rw-r--r--] | soltools/adjustvisibility/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/soltools/adjustvisibility/makefile.mk b/soltools/adjustvisibility/makefile.mk index a4963b2eb071..d87eb9a89f07 100644..100755 --- a/soltools/adjustvisibility/makefile.mk +++ b/soltools/adjustvisibility/makefile.mk @@ -1,7 +1,7 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2008 by Sun Microsystems, Inc. # # OpenOffice.org - a multi-platform office productivity suite @@ -53,6 +53,8 @@ DEPOBJFILES = $(APP1OBJ) APP1STDLIBS = -lelf APP1RPATH = NONE +APP1STDLIBS+=-lstlport + .ENDIF "$(OS)"=="SOLARIS" # --- Targets ------------------------------------------------------ |