VirtualBox

Changeset 86646 in vbox for trunk/src


Ignore:
Timestamp:
Oct 20, 2020 12:44:11 PM (4 years ago)
Author:
vboxsync
Message:

xpcom/python: No NEEDED entries for VBoxPython2.so in linux builds. bugref:9840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/Makefile.kmk

    r86645 r86646  
    218218  if defined(VBOX_PYTHON26_INC)
    219219VBoxPython2_INCS       = $(VBOX_PYTHON26_INC)
     220   ifn1of ($(KBUILD_TARGET), linux)
    220221VBoxPython2_LIBS       = $(VBOX_PYTHON26_LIB)
     222   endif
    221223  else
    222224VBoxPython2_INCS       = $(VBOX_PYTHON27_INC)
     225   ifn1of ($(KBUILD_TARGET), linux)
    223226VBoxPython2_LIBS       = $(VBOX_PYTHON27_LIB)
     227   endif
    224228  endif
    225229 endif
     
    237241  if defined(VBOX_PYTHON26LIB_X86)
    238242VBoxPython2_x86_INCS       = $(VBOX_PYTHON26_INC)
     243   ifn1of ($(KBUILD_TARGET), linux)
    239244VBoxPython2_x86_LIBS       = $(VBOX_PYTHON26_LIB_X86)
     245   endif
    240246  else
    241247VBoxPython2_x86_INCS       = $(VBOX_PYTHON27_INC)
     248   ifn1of ($(KBUILD_TARGET), linux)
    242249VBoxPython2_x86_LIBS       = $(VBOX_PYTHON27_LIB_X86)
     250   endif
    243251  endif
    244252 endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette