VirtualBox

Changeset 40217 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Feb 22, 2012 4:14:36 PM (13 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox/Installer/linux
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • 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.

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