VirtualBox

Changeset 40230 in vbox for trunk/src/VBox/Main/webservice


Ignore:
Timestamp:
Feb 23, 2012 1:03:35 PM (13 years ago)
Author:
vboxsync
Message:

-fpermissive for stdsoap2.cpp (necessary when compiling SOAP < v2.7.17 against OpenSSL 1.0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r40130 r40230  
    254254 ifn1of ($(KBUILD_TARGET), win)
    255255  $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS = -Wno-format
     256  # currently necessary when compiling against OpenSSL 1.0 due to a missing
     257  # typecase from 'const v3_ext_method*' to 'aka v3_ext_method*'.
     258  $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS += -fpermissive
     259
    256260 endif
    257261 $(VBOXWEB_OUT_DIR)/soapC-3.cpp_CXXFLAGS.win.x86 = -Og- # VCC70 says "function too large".
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