Changeset 41036 in vbox for trunk/src/VBox/Installer/linux/rpm/rules
- Timestamp:
- Apr 24, 2012 7:55:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r40660 r41036 136 136 $(if $(filter sles10.1 turbolinux11,$(rpmrel)),--disable-pulse,) \ 137 137 $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5,$(rpmrel)),--enable-pulse,) \ 138 $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5 sles10.1turbolinux11,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.7.4-stdc++6-$(arch)) \138 $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5 mdv2010.0-amd64 sles10.1 sles11.0 turbolinux11,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.7.4-stdc++6-$(arch)) \ 139 139 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ 140 140 $(if $(HEADLESS),--build-headless,) \
Note:
See TracChangeset
for help on using the changeset viewer.