mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtdocbook/instant: *always* link with local libtcl.a
On some systems with libtcl installed, it might be linked into instant rather than the locally provided version. This can result in random coredumps. Seen on Ubuntu 12.04, x86_64. Now, we force linking with ../tcl/libtcl.a.
This commit is contained in:
parent
9f0fbc3015
commit
362a921245
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ XLATESRC = $(DTSVCSRC)/DtUtil2
|
|||
INCLUDES = -I../lib/tptregexp -I../tcl -I$(XLATESRC)
|
||||
DEPLIBS = $(DEPDTSVCLIB)
|
||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) \
|
||||
-L../lib/tptregexp -ltptregexp -L../tcl -ltcl
|
||||
-L../lib/tptregexp -ltptregexp ../tcl/libtcl.a
|
||||
#if defined(SunArchitecture) || defined (UXPArchitecture) || defined(USLArchitecture)
|
||||
EXTRA_LIBRARIES = -lsocket -lnsl -lgen -lm
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue