VirtualBox

儲存庫 vbox 的更動 16993


忽略:
時間撮記:
2009-2-22 上午02:57:56 (16 年 以前)
作者:
vboxsync
訊息:

webservices: Added VBOX_GSOAP_CXX_LIBS for OSE/configure and notes about what some of the distros does. Note: Our build shall never use the host gSOAP, this is only for the purpose of making OSE happy.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r16992 r16993  
    7676#       some hoops to jump thru to say the least... Shipping soapcpp2.cpp/h
    7777#       is out of the question without also including the two soap tools.
     78#
     79# Some observations on distros for OSE / configure:
     80#       The proposed gentoo ebuild screws up several things in the install phase
     81#       and thus fails to ship stdsoap2.cpp and relatives.
     82#
     83#       debian (2.7.9l-0.2) stuffs stdsoap2.cpp and a handful of the import files
     84#       into /usr/include/gsoap.
     85#
     86#       fedora (2.7.12-fc10.x86_64) uses the default install layout and does not
     87#       ship stdsoap2.cpp and friends.
    7888#
    7989ifeq ($(VBOX_GSOAP_INSTALLED),)
     
    115125VBOX_GSOAP_INCS        := $(strip $(if $(VBOX_GSOAP_INCS),       $(VBOX_GSOAP_INCS),       $(VBOX_PATH_GSOAP) $(VBOX_PATH_GSOAP_IMPORT) ))
    116126VBOX_GSOAP_CXX_SOURCES := $(strip $(if $(VBOX_GSOAP_CXX_SOURCES),$(VBOX_GSOAP_CXX_SOURCES),$(VBOX_PATH_GSOAP)/stdsoap2.cpp))
     127VBOX_GSOAP_CXX_LIBS    := $(strip $(if $(VBOX_GSOAP_CXX_LIBS),   $(VBOX_GSOAP_CXX_LIBS),))
    117128
    118129
     
    208219 vboxsoap_SOURCES += \
    209220        $(VBOX_GSOAP_CXX_SOURCES)
    210 
     221 vboxsoap_LIBS += \
     222        $(VBOX_GSOAP_CXX_LIBS)
    211223 vboxsoap_ORDERDEPS = \
    212224        $(VBOXWEB_IDL_SRC) \
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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