Changeset 93644 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Feb 7, 2022 9:15:16 PM (3 years ago)
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r93549 r93644 289 289 SOLARIS_COMMON_STRIP_BINS.DST := $(VBOX_PATH_SI_SCRATCH_PKG)/opt/VirtualBox/ 290 290 SOLARIS_COMMON_STRIP_BINS = 291 292 ## @def SOLARIS_COMMON_64_STRIP_BINS293 # List of INST_BIN shared libraries that should be copied into /opt/VirtualBox/64/ and stripped.294 SOLARIS_FILE_LIST_VARS += SOLARIS_COMMON_64_STRIP_BINS295 SOLARIS_COMMON_64_STRIP_BINS.SUBDIRS := yes296 SOLARIS_COMMON_64_STRIP_BINS.STRIP := yes297 SOLARIS_COMMON_64_STRIP_BINS.MODE := 0644298 SOLARIS_COMMON_64_STRIP_BINS.SRC := $(PATH_STAGE_BIN)299 SOLARIS_COMMON_64_STRIP_BINS.DST := $(VBOX_PATH_SI_SCRATCH_PKG)/opt/VirtualBox/64300 SOLARIS_COMMON_64_STRIP_BINS =301 302 291 303 292 ## @def SOLARIS_STRIP_EXES … … 452 441 SOLARIS_COMMON_STRIP_BINS += $(SOLARIS_PYTHON_32_ON_64_BINS) 453 442 endif 454 SOLARIS_COMMON_ 64_STRIP_BINS+= $(filter-out $(SOLARIS_PYTHON_32_ON_64_BINS), $(notdir $(wildcard $(PATH_STAGE_BIN)/VBoxPython*.so)))443 SOLARIS_COMMON_STRIP_BINS += $(filter-out $(SOLARIS_PYTHON_32_ON_64_BINS), $(notdir $(wildcard $(PATH_STAGE_BIN)/VBoxPython*.so))) 455 444 else 456 445 SOLARIS_COMMON_STRIP_BINS += $(notdir $(wildcard $(PATH_STAGE_BIN)/VBoxPython*.so))) -
trunk/src/VBox/Installer/solaris/vbox-ips.mog
r93552 r93644 38 38 39 39 # Drop all API helper libraries for python 2.x other than 2.7 40 <transform file path=opt/VirtualBox/ 64/VBoxPython\.so.*$ -> drop>41 <transform file path=opt/VirtualBox/ 64/VBoxPython2\.so.*$ -> drop>42 <transform file path=opt/VirtualBox/ (64/)?VBoxPython2_[^7].*\.so.*$ -> drop>40 <transform file path=opt/VirtualBox/VBoxPython\.so.*$ -> drop> 41 <transform file path=opt/VirtualBox/VBoxPython2\.so.*$ -> drop> 42 <transform file path=opt/VirtualBox/VBoxPython2_[^7].*\.so.*$ -> drop> 43 43 44 44 # Ignore dependencies of vboxshell.py … … 46 46 47 47 # Ignore dependencies on libpython2.7.so* since it's getting phased out 48 <transform file path=opt/VirtualBox/ (64/)?VBoxPython2_7.*\.so.*$ -> set pkg.depend.bypass-generate .*/libpython2\\.7\\.so.*>48 <transform file path=opt/VirtualBox/VBoxPython2_7.*\.so.*$ -> set pkg.depend.bypass-generate .*/libpython2\\.7\\.so.*> 49 49 50 50 # Tweak: do not try to get the dependencies for libGL.so which is needed by Qt
Note:
See TracChangeset
for help on using the changeset viewer.