VirtualBox

Changeset 40217 in vbox


Ignore:
Timestamp:
Feb 22, 2012 4:14:36 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76390
Message:

configure/rpm/deb: fix for r76165 (always build libssl for the extpack)

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r40039 r40217  
    9191WITH_VDE=0
    9292WITH_VNC=0
     93WITH_EXTPACK=1
    9394WITH_DOCS=1
    9495BUILD_LIBXML2=
     
    20982099[ $WITH_GSOAP   -eq 0 ] && echo "  --enable-webservice      enable the webservice stuff"
    20992100[ $OSE          -eq 1 ] && echo "  --enable-vnc             enable the VNC server"
     2101[ $OSE          -eq 0 ] && echo "  --disable-extpack        don't build the extpack"
    21002102[ $WITH_DOCS    -eq 1 ] && echo "  --disable-docs           don't build the documentation"
    21012103[ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo "  --enable-vde             enable VDE networking"
     
    21642166fi
    21652167
    2166 [ $OSE -eq 1 ] || BUILD_LIBSSL=1
    2167 
     2168if [ $OSE -eq 0 ]; then
     2169  if [ $WITH_EXTPACK -eq 1 ]; then
     2170    BUILD_LIBSSL=1
     2171  else
     2172    cnf_append "VBOX_WITH_EXTPACK_PUEL_BUILD" ""
     2173  fi
     2174fi
    21682175
    21692176# scan command line options
     
    22722279    --disable-hardening)
    22732280      WITH_HARDENING=0
     2281      ;;
     2282    --disable-extpack)
     2283      WITH_EXTPACK=0)
    22742284      ;;
    22752285    --disable-docs)
  • trunk/debian/rules

    r39266 r40217  
    7575             $(if $(DEBUG),--build-debug,) \
    7676             $(if $(NOWINE),,--setup-wine) \
    77              $(if $(NOWEBSVC),,--enable-webservice)
     77             $(if $(NOWEBSVC),,--enable-webservice) \
     78             --disable-extpack
    7879
    7980bld_flags := AUTOCFG=$(current)/debian/AutoConfig.kmk \
  • trunk/src/VBox/Installer/linux/debian/LocalConfig.kmk

    r38386 r40217  
    3131VBOX_PATH_APP_DOCS          = $(VBOX_PATH_PACKAGE_DOCS)
    3232
    33 # only relevant for non-OSE builds: don't build the PUEL package
    34 VBOX_WITH_EXTPACK_PUEL_BUILD :=
  • trunk/src/VBox/Installer/linux/debian/rules

    r39358 r40217  
    9999             $(if $(DEBUG),--build-debug,) \
    100100             $(if $(NOWINE),,--setup-wine) \
    101              $(if $(NOWEBSVC),,--enable-webservice)
     101             $(if $(NOWEBSVC),,--enable-webservice) \
     102             --disable-extpack
    102103
    103104bld_flags := AUTOCFG=$(current)/debian/AutoConfig.kmk \
  • trunk/src/VBox/Installer/linux/rpm/LocalConfig.kmk

    r38386 r40217  
    3232# gcc 4.5 produces some more false positives
    3333VBOX_WITH_WARNINGS_AS_ERRORS :=
    34 
    35 # only relevant for non-OSE builds: don't build the PUEL package
    36 VBOX_WITH_EXTPACK_PUEL_BUILD :=
  • trunk/src/VBox/Installer/linux/rpm/rules

    r39358 r40217  
    112112             $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5,$(rpmrel)),--enable-pulse,) \
    113113             $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5 sles10.1 turbolinux11,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.7.4-stdc++6-$(arch)) \
    114              $(if $(DEBUG),--build-debug,)
     114             $(if $(DEBUG),--build-debug,) \
     115             --disable-extpack
    115116
    116117bld_flags := AUTOCFG=$(current)/rpm/AutoConfig.kmk \
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