Changeset 56181 in vbox for trunk/src/VBox/Installer/linux/rpm/rules
- Timestamp:
- Jun 1, 2015 1:51:23 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100717
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.