VirtualBox

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


Ignore:
Timestamp:
Apr 26, 2013 11:58:45 AM (12 years ago)
Author:
vboxsync
Message:

VPX: allow to build against libvpx provided by the build system

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r45758 r45772  
    146146        VBoxHostChannel.so \
    147147        $(if $(VBOX_WITH_DRAG_AND_DROP),VBoxDragAndDropSvc.so,) \
    148         $(if $(VBOX_WITH_VPX),VBoxVPX.so,) \
    149148        $(if $(VBOX_WITH_MAIN), \
    150149                VBoxAutostart \
     
    175174        helpers/generate_service_file
    176175
     176if defined(VBOX_WITH_VPX) && ("$(SDK_VBOX_VPX_LIBS)" == "$(SDK_VBOX_VPX_DEFAULT_LIBS)")
     177 VBOX_LNX_STRIP_BIN += VBoxVPX.so
     178endif
     179
    177180# Do not remove relocation information of these binaries
    178181VBOX_LNX_STRIP_OBJ = \
  • trunk/src/VBox/Installer/linux/debian/rules

    r45615 r45772  
    9797             $(if $(filter _Ubuntu_hardy _Debian_lenny,$(debrel)),--with-qt4-dir=$(qtstdc6)) \
    9898             $(if $(filter _Ubuntu_hardy,$(debrel)),--build-libcurl,) \
     99             $(if $(filter _Ubuntu_hardy,$(debrel)),--build-libvpx,) \
    99100             $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \
    100101             $(if $(HEADLESS),--build-headless,) \
  • trunk/src/VBox/Installer/linux/rpm/rules

    r45615 r45772  
    134134cfg_flags := $(if $(NOQT),--disable-qt,) \
    135135             $(if $(filter el4 sles10.1,$(rpmrel)),--build-libxml2,) \
     136             $(if $(filter el4 el5 el6,$(rpmrel)),--build-libvpx,) \
    136137             $(if $(filter el4,$(rpmrel)),--build-libssl,) \
    137138             $(if $(filter el4 el5 ol4 ol5 centos4 centos5 sles10.1 sles11.0,$(rpmrel)),--build-libcurl,) \
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