ICU-3389 unbreak icu-config. Needs to be done for all mh-files most probably. [srl]
X-SVN-Rev: 15071
This commit is contained in:
parent
fc8aea876e
commit
c54e347f0f
@ -21,7 +21,10 @@ LD_RPATH=
|
||||
LD_RPATH_PRE = -Wl,-rpath,
|
||||
|
||||
## Compiler switch to embed a library name
|
||||
LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
||||
# 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=
|
||||
|
||||
## Shared object suffix
|
||||
SO = so
|
||||
|
Loading…
Reference in New Issue
Block a user