diff options
author | Richard PALO <richard@NetBSD.org> | 2015-03-04 22:25:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-21 13:06:24 +0000 |
commit | bd969ed90302655d41743e67124aef7101c99763 (patch) | |
tree | 5589652d8b11c10087f6f0e15c81c42084a5c64a /vcl | |
parent | 2dc69b55f4d349cc851d1b31e5634819bed64339 (diff) |
remove /usr/sfw/lib rpath for solaris in vcl
can be patched back in by any distros still using sfw.
Change-Id: I813cc734642c0dc6c1f7e3094955cf94daa14a65
Reviewed-on: https://gerrit.libreoffice.org/15360
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Library_vcl.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 89ed3bb0c133..b3b8d02b76c8 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -724,18 +724,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ )) endif -ifeq ($(OS),SOLARIS) -ifeq ($(CPUNAME),SPARC64) -$(eval $(call gb_Library_add_ldflags,vcl,\ - -R/usr/sfw/lib/64 \ -)) -else -$(eval $(call gb_Library_add_ldflags,vcl,\ - -R/usr/sfw/lib \ -)) -endif -endif - # Runtime dependency for unit-tests $(eval $(call gb_Library_use_restarget,vcl,vcl)) |