mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4981 Make sure that -soname is used for linking.
X-SVN-Rev: 18916
This commit is contained in:
parent
a333b1caa1
commit
08b8c88441
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
## -*-makefile-*-
|
||||
## Linux-specific setup for Visual Age
|
||||
## Copyright (c) 2003-2004, International Business Machines Corporation and
|
||||
## Copyright (c) 2003-2005, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
|
@ -27,7 +27,11 @@ THREADSCPPFLAGS = -D_REENTRANT
|
|||
LD_RPATH= -I
|
||||
#LD_RPATH_PRE = -Wl,-rpath,
|
||||
|
||||
#LD_SONAME =
|
||||
## Compiler switch to embed a library name
|
||||
# The initial tab in the next line is to prevent icu-config from reading it.
|
||||
LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
||||
#SH# # We can't depend on MIDDLE_SO_TARGET being set.
|
||||
#SH# LD_SONAME=
|
||||
|
||||
## The type of assembly needed when pkgdata is used for generating shared libraries.
|
||||
GENCCODE_ASSEMBLY=-a gcc
|
||||
|
|
Loading…
Add table
Reference in a new issue