VirtualBox

Changeset 90354 in vbox for trunk/configure


Ignore:
Timestamp:
Jul 27, 2021 11:57:54 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145918
Message:

configure, debian/rules, rpm/rules: Many bug fixes. Clean up the debian building to use purely the out directory (which needs relocating its files to the out directory, too, because the debhelper utilities can't deal with a separate temp directory structure). This un-breaks the debian package building which was caused by the incomplete previous change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r90172 r90354  
    8282WITH_VMMRAW=1
    8383WITH_LIBIDL=1
    84 WITH_GSOAP=0
    8584WITH_QT5=1
    8685WITH_SDL=1
     
    23752374[ $WITH_OPENGL  -eq 1 ] && echo "  --disable-opengl         disable OpenGL support (2D & 3D)"
    23762375[ $WITH_QT5     -eq 0 ] && echo "  --enable-qt5             enable Qt5 detection"
    2377 [ $WITH_GSOAP   -eq 0 ] && echo "  --enable-webservice      enable the webservice stuff"
    23782376[ $OSE          -eq 1 ] && echo "  --enable-vnc             enable the VNC server"
    23792377[ $OSE          -eq 0 ] && echo "  --disable-extpack        don't build the extpack"
     
    24102408[ "$OS"    = "linux" ] && echo "  --with-linux=DIR         Linux kernel source directory [$LINUX]"
    24112409[ $WITH_QT5    -eq 1 ] && echo "  --with-qt-dir=DIR        directory for Qt headers/libraries [pkgconfig]"
    2412 [ $WITH_GSOAP  -eq 1 ] && echo "  --with-gsoap-dir=PATH    directory for gSOAP compiler/headers/libraries"
    2413 [ $WITH_GSOAP  -eq 1 ] && echo "                           (soapcpp2 and wsdl2h, soapstd2.h, libgsoap++.a/so)"
    2414 [ $WITH_GSOAP  -eq 1 ] && echo "  --with-gsoap-import=PATH directory for gSOAP import files (stlvector.h)"
    24152410cat << EOF
     2411  --with-gsoap-dir=PATH    directory for gSOAP compiler/headers/libraries
     2412                           (soapcpp2 and wsdl2h, soapstd2.h, libgsoap++.a/so)
     2413  --with-gsoap-import=PATH directory for gSOAP import files (stlvector.h)
    24162414  --with-openssl-dir=DIR   directory for OpenSSL headers/libraries
    24172415  --with-ow-dir=DIR        directory where Open Watcom can be found [$WATCOM]
     
    25922590      ;;
    25932591    --enable-webservice)
    2594       [ $WITH_GSOAP -eq 0 ] && WITH_GSOAP=1
    25952592      ;;
    25962593    --enable-vnc)
     
    29092906[ -n "$SETUP_WINE" ] && setup_wine
    29102907
    2911 if [ $ONLY_ADDITIONS -eq 0 -a $WITH_GSOAP -eq 1 ]; then
     2908if [ $ONLY_ADDITIONS -eq 0 ]; then
    29122909  check_gsoap
    29132910else
    2914   if [ $OSE -ge 1 ]; then
    2915     cnf_append "VBOX_WITH_WEBSERVICES" ""
    2916   fi
     2911  cnf_append "VBOX_WITH_WEBSERVICES" ""
    29172912fi
    29182913
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