VirtualBox

Changeset 37199 in vbox for trunk/configure


Ignore:
Timestamp:
May 24, 2011 3:17:03 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71895
Message:

Device/Network/UDPTunnel: build integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r37125 r37199  
    44
    55#
    6 # Copyright (C) 2006-2009 Oracle Corporation
     6# Copyright (C) 2006-2011 Oracle Corporation
    77#
    88# This file is part of VirtualBox Open Source Edition (OSE), as
     
    8888WITH_OPENGL=1
    8989WITH_HARDENING=1
     90WITH_UDPTUNNEL=1
    9091WITH_VDE=0
    9192WITH_VNC=0
     
    21802181[ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo "  --enable-vde             enable VDE networking"
    21812182cat << EOF
     2183  --disable-udptunnel      disable UDP tunnel networking
    21822184  --disable-hardening      don't be strict about /dev/vboxdrv access
    21832185  --build-libxml2          build libxml2 from sources
     
    21972199  --with-iasl=PATH         location of the iasl compiler [$IASL]
    21982200  --with-mkisofs=PATH      location of mkisofs [$MKISOFS]
     2201  --with-makeself=PATH     location of makeself [$MAKESELF]
    21992202EOF
    22002203[ "$OS"    = "linux" ] && echo "  --with-linux=DIR         Linux kernel source directory [$LINUX]"
     
    22942297      MKISOFS=`echo $option | cut -d'=' -f2`
    22952298      ;;
     2299    --with-makeself=*)
     2300      MAKESELF=`echo $option | cut -d'=' -f2`
     2301      ;;
    22962302    --target-arch=*)
    22972303      TARGET_MACHINE=`echo $option | cut -d'=' -f2`
     
    23532359    --enable-hardening)
    23542360      WITH_HARDENING=2
     2361      ;;
     2362    --disable-udptunnel)
     2363      WITH_UDPTUNNEL=0
    23552364      ;;
    23562365    --enable-vde)
     
    26032612    cnf_append "VBOX_WITH_WEBSERVICES" ""
    26042613  fi
     2614fi
     2615
     2616# UDPTUNNEL
     2617if [ $WITH_UDPTUNNEL -eq 0 ]; then
     2618  cnf_append "VBOX_WITH_UDPTUNNEL" ""
    26052619fi
    26062620
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