Changeset 69134 in vbox
- Timestamp:
- Oct 19, 2017 1:46:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r69111 r69134 230 230 $(QUIET)chrpath --delete $@ 231 231 232 ifn eq ($(KBUILD_TARGET),solaris)232 ifn1of ($(KBUILD_TARGET),solaris linux) 233 233 $(foreach lib,$(VBOX_QT_PLUGINS),$$(qt5-bin_0_OUTDIR)/$(lib)): \ 234 234 $$(qt5-bin_0_OUTDIR)/% : $(VBOX_PATH_QT)/% | $$(qt5-bin_0_OUTDIR)/ … … 237 237 $(QUIET)$(CP) $^ $@ 238 238 $(QUIET)chrpath --delete $@ 239 endif # !solaris 240 241 # @todo For solaris dlopen fails to navigate executable rpath to dependent libraries,239 endif # !solaris and !linux 240 241 # @todo For solaris and some linuxes dlopen fails to navigate executable rpath to dependent libraries, 242 242 # so add explicit rpath for libqxcb.so, find better solution later. 243 if eq ($(KBUILD_TARGET),solaris)243 if1of ($(KBUILD_TARGET),solaris linux) 244 244 $(foreach lib,$(VBOX_QT_PLUGINS),$$(qt5-bin_0_OUTDIR)/$(lib)): \ 245 245 $$(qt5-bin_0_OUTDIR)/% : $(VBOX_PATH_QT)/% | $$(qt5-bin_0_OUTDIR)/ … … 248 248 $(QUIET)$(CP) $^ $@ 249 249 $(QUIET)chrpath --replace "\$$ORIGIN/../../" $@ 250 endif # solaris 250 endif # solaris linux 251 251 252 252 $(foreach lib,$(VBOX_QT_LEGACY_LIBS),$$(qt5-bin_0_OUTDIR)/$(lib)): \
Note:
See TracChangeset
for help on using the changeset viewer.