- Timestamp:
- Jun 1, 2015 1:51:23 PM (10 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r55078 r56181 92 92 93 93 # Location of custom built Qt libraries (see below) 94 qtstdc6 := /home/vbox/Qt-4. 7.4-stdc++6-$(arch)94 qtstdc6 := /home/vbox/Qt-4.8.6-stdc++6-$(arch) 95 95 96 96 cfg_flags := $(if $(NOQT),--disable-qt,) \ 97 $(if $(filter _Debian_squeeze,$(debrel)),--with-qt4-dir=$(qtstdc6)) \ 97 98 $(if $(filter _Debian_squeeze,$(debrel)),--build-libvpx,) \ 98 99 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ -
trunk/src/VBox/Installer/linux/rpm/rules
r55078 r56181 139 139 $(if $(filter sles10.1,$(rpmrel)),--disable-pulse,) \ 140 140 $(if $(filter el5 ol5 centos5,$(rpmrel)),--enable-pulse,) \ 141 $(if $(filter el5 ol5 centos5 sles10.1 sles11.0,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.7.4-stdc++6-$(arch)) \141 $(if $(filter el5 ol5 centos5 el6 ol6 centos6 sles10.1 sles11.0,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.8.6-stdc++6-$(arch)) \ 142 142 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ 143 143 $(if $(HEADLESS),--build-headless,) \
Note:
See TracChangeset
for help on using the changeset viewer.