Kaydet (Commit) bd969ed9 authored tarafından Richard PALO's avatar Richard PALO Kaydeden (comit) Caolán McNamara

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/15360Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 2dc69b55
...@@ -724,18 +724,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ ...@@ -724,18 +724,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
)) ))
endif 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 # Runtime dependency for unit-tests
$(eval $(call gb_Library_use_restarget,vcl,vcl)) $(eval $(call gb_Library_use_restarget,vcl,vcl))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment