Changeset 39214 in vbox
- Timestamp:
- Nov 7, 2011 1:19:38 PM (13 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r38984 r39214 91 91 92 92 # Location of custom built Qt libraries (see below) 93 qtstdc6 := /home/vbox/Qt-4. 4.3-stdc++6-$(arch)93 qtstdc6 := /home/vbox/Qt-4.7.4-stdc++6-$(arch) 94 94 95 95 cfg_flags := $(if $(NOQT),--disable-qt,) \ -
trunk/src/VBox/Installer/linux/rpm/rules
r39187 r39214 111 111 $(if $(filter sles10.1 turbolinux11,$(rpmrel)),--disable-pulse,) \ 112 112 $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5,$(rpmrel)),--enable-pulse,) \ 113 $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5 sles10.1 turbolinux11,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4. 4.3-stdc++6-$(arch)) \113 $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5 sles10.1 turbolinux11,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.7.4-stdc++6-$(arch)) \ 114 114 $(if $(DEBUG),--build-debug,) 115 115
Note:
See TracChangeset
for help on using the changeset viewer.