Changeset 45772 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Apr 26, 2013 11:58:45 AM (12 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r45758 r45772 146 146 VBoxHostChannel.so \ 147 147 $(if $(VBOX_WITH_DRAG_AND_DROP),VBoxDragAndDropSvc.so,) \ 148 $(if $(VBOX_WITH_VPX),VBoxVPX.so,) \149 148 $(if $(VBOX_WITH_MAIN), \ 150 149 VBoxAutostart \ … … 175 174 helpers/generate_service_file 176 175 176 if defined(VBOX_WITH_VPX) && ("$(SDK_VBOX_VPX_LIBS)" == "$(SDK_VBOX_VPX_DEFAULT_LIBS)") 177 VBOX_LNX_STRIP_BIN += VBoxVPX.so 178 endif 179 177 180 # Do not remove relocation information of these binaries 178 181 VBOX_LNX_STRIP_OBJ = \ -
trunk/src/VBox/Installer/linux/debian/rules
r45615 r45772 97 97 $(if $(filter _Ubuntu_hardy _Debian_lenny,$(debrel)),--with-qt4-dir=$(qtstdc6)) \ 98 98 $(if $(filter _Ubuntu_hardy,$(debrel)),--build-libcurl,) \ 99 $(if $(filter _Ubuntu_hardy,$(debrel)),--build-libvpx,) \ 99 100 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ 100 101 $(if $(HEADLESS),--build-headless,) \ -
trunk/src/VBox/Installer/linux/rpm/rules
r45615 r45772 134 134 cfg_flags := $(if $(NOQT),--disable-qt,) \ 135 135 $(if $(filter el4 sles10.1,$(rpmrel)),--build-libxml2,) \ 136 $(if $(filter el4 el5 el6,$(rpmrel)),--build-libvpx,) \ 136 137 $(if $(filter el4,$(rpmrel)),--build-libssl,) \ 137 138 $(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.