VirtualBox

Changeset 86650 in vbox for trunk/src/libs


Ignore:
Timestamp:
Oct 20, 2020 2:26:02 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141026
Message:

Fixed bad commit. Hope this help.

Location:
trunk/src/libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/curl-7.64.0/lib/sendf.c

    r86648 r86650  
    828828    case CURLINFO_HEADER_OUT:
    829829    case CURLINFO_HEADER_IN:
    830     case CURLINFO_DATA_IN:      /* XXX: uwe */
    831     case CURLINFO_DATA_OUT:     /* XXX: uwe */
    832830      fwrite(s_infotype[type], 2, 1, data->set.err);
    833831      fwrite(ptr, size, 1, data->set.err);
  • trunk/src/libs/xpcom18a4/python/Makefile.kmk

    r86647 r86650  
    206206# Unversioned Python 2.x.
    207207#
    208 # Note! No python LIBS here as we don't want to depend on any specific python
    209 #       version in a generic extension module.
    210 #
    211  if (defined(VBOX_PYTHON27_INC) || defined(VBOX_PYTHON26_INC)) && "$(KBUILD_TARGET)" != "darwin"
    212 
     208 if defined(VBOX_PYTHON27_INC) || defined(VBOX_PYTHON26_INC)
    213209DLLS += VBoxPython2
    214210VBoxPython2_EXTENDS    = VBoxPythonBase
     
    222218  if defined(VBOX_PYTHON26_INC)
    223219VBoxPython2_INCS       = $(VBOX_PYTHON26_INC)
     220   ifn1of ($(KBUILD_TARGET), linux)
     221VBoxPython2_LIBS       = $(VBOX_PYTHON26_LIB)
     222   endif
    224223  else
    225224VBoxPython2_INCS       = $(VBOX_PYTHON27_INC)
    226   endif
    227 
    228   if defined(VBOX_WITH_32_ON_64_MAIN_API) && (defined(VBOX_PYTHON26LIB_X86) || defined(VBOX_PYTHON27LIB_X86))
     225   ifn1of ($(KBUILD_TARGET), linux)
     226VBoxPython2_LIBS       = $(VBOX_PYTHON27_LIB)
     227   endif
     228  endif
     229 endif
     230
     231 if defined(VBOX_WITH_32_ON_64_MAIN_API) && (defined(VBOX_PYTHON27_LIB_X86) || defined(VBOX_PYTHON26_INC_X86))
    229232DLLS += VBoxPython2_x86
    230233VBoxPython2_x86_EXTENDS    = VBoxPythonBase_x86
    231234VBoxPython2_x86_EXTENDS_BY = appending
    232 VBoxPython2_x86_DEFS       = VBOX_PYXPCOM_MAJOR_VERSIONED
    233    ifdef KMK_WITH_VERSION_COMPARE
     235VBoxPython2_x86_DEFS       = VBOX_PYXPCOM_MAJOR_VERSIONED $(VBoxPythonBase_x86_DEFS)
     236  ifdef KMK_WITH_VERSION_COMPARE
    234237VBoxPython2_x86_TEMPLATE   = XPCOM$(if-expr "$(KBUILD_TARGET)" == "darwin" && "$(VBOX_DEF_MACOSX_VERSION_MIN)" vle "10.7",OSX107,-x86)
    235    else
     238  else
    236239VBoxPython2_x86_TEMPLATE   = XPCOM$(if-expr "$(KBUILD_TARGET)" == "darwin" && "$(VBOX_DEF_MACOSX_VERSION_MIN)" <= "10.7" && "$(length-var VBOX_DEF_MACOSX_VERSION_MIN)" == "4",OSX107,-x86)
     240  endif
     241  if defined(VBOX_PYTHON26LIB_X86)
     242VBoxPython2_x86_INCS       = $(VBOX_PYTHON26_INC)
     243   ifn1of ($(KBUILD_TARGET), linux)
     244VBoxPython2_x86_LIBS       = $(VBOX_PYTHON26_LIB_X86)
    237245   endif
    238    if defined(VBOX_PYTHON26LIB_X86)
    239 VBoxPython2_x86_INCS       = $(VBOX_PYTHON26_INC)
    240    else
     246  else
    241247VBoxPython2_x86_INCS       = $(VBOX_PYTHON27_INC)
     248   ifn1of ($(KBUILD_TARGET), linux)
     249VBoxPython2_x86_LIBS       = $(VBOX_PYTHON27_LIB_X86)
    242250   endif
    243251  endif
    244 
    245  endif # (defined(VBOX_PYTHON27_INC) || defined(VBOX_PYTHON26_INC)) && "$(KBUILD_TARGET)" != "darwin"
     252 endif
    246253
    247254
Note: See TracChangeset for help on using the changeset viewer.

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