Kaydet (Commit) 3ccab34f authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS sb71 (1.26.6); FILE MERGED

2007/08/23 17:49:48 sb 1.26.6.3: RESYNC: (1.27-1.28); FILE MERGED
2007/07/18 12:00:44 sb 1.26.6.2: RESYNC: (1.26-1.27); FILE MERGED
2007/06/14 15:09:32 sb 1.26.6.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.
üst 729d7abf
......@@ -4,9 +4,9 @@
#
# $RCSfile: unxlngppc4.mk,v $
#
# $Revision: 1.28 $
# $Revision: 1.29 $
#
# last change: $Author: rt $ $Date: 2007-07-24 09:14:04 $
# last change: $Author: vg $ $Date: 2007-10-15 12:41:14 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -133,8 +133,11 @@ LINKC*=$(CC)
# default linker flags
LINKFLAGSDEFS*=
LINKFLAGSRUNPATH*=-Wl,-rpath,\''$$ORIGIN'\'
LINKFLAGS= $(LINKFLAGSDEFS) $(LINKFLAGSRUNPATH)
LINKFLAGSRUNPATH_URELIB=-Wl,-rpath,\''$$ORIGIN'\'
LINKFLAGSRUNPATH_UREBIN=-Wl,-rpath,\''$$ORIGIN/../lib:$$ORIGIN'\'
#TODO: drop $ORIGIN once no URE executable is also shipped in OOo
LINKFLAGSRUNPATH_OOO=-Wl,-rpath,\''$$ORIGIN:$$ORIGIN/../ure-link/lib'\'
LINKFLAGS= $(LINKFLAGSDEFS)
# linker flags for linking applications
LINKFLAGSAPPGUI= -Wl,-export-dynamic -Wl,--noinhibit-exec
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment