diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-10 19:11:50 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-10 19:14:04 +0200 |
commit | 5e11e00fcdbd0f7c6735e76d48b3b7f63dda4c2b (patch) | |
tree | 3d707ca1bd0fc2545fd3f296ca843cc03e2068a6 /solenv | |
parent | 62342abac0e3a38e39a50b7560f09cbdeb62905a (diff) |
gbuild: solaris.mk: activate the soversion scripts
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/solaris.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk index 054398c4010c..2532c1999bd9 100644 --- a/solenv/gbuild/platform/solaris.mk +++ b/solenv/gbuild/platform/solaris.mk @@ -315,6 +315,8 @@ define gb_Library_Library_platform $(call gb_LinkTarget_get_target,$(2)) : RPATH := $(call gb_Library_get_rpath,$(1)) endef +gb_Library__set_soversion_script_platform = $(gb_Library__set_soversion_script) + # StaticLibrary class |