Changeset 35966 in vbox for trunk/src/VBox/Installer/linux/rpm/rules
- Timestamp:
- Feb 14, 2011 8:22:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r35936 r35966 56 56 endif 57 57 58 ifeq ($(filter-out rhel4 rhel5 rhel6 fedora9 fedora11 fedora12 fedora13 fedora14 pclinuxos2007 turbolinux11,$(rpmrel)),)58 ifeq ($(filter-out rhel4 rhel5 rhel6 ol4 ol5 ol6 centos4 centos5 centos6 fedora9 fedora11 fedora12 fedora13 fedora14 pclinuxos2007 turbolinux11,$(rpmrel)),) 59 59 rpmspec := rpm_redhat 60 60 endif … … 80 80 81 81 # Fedora13/14 is bleeding edge, the other jails have outdated kernel headers 82 instmod := $(if $(filter rhel4 rhel5 rhel6 sles10.1 sles11.0 pclinuxos2007 fedora13 fedora14,$(rpmrel)),,install_rpm)82 instmod := $(if $(filter rhel4 rhel5 rhel6 ol4 ol5 ol6 centos4 centos5 centos6 sles10.1 sles11.0 pclinuxos2007 fedora13 fedora14,$(rpmrel)),,install_rpm) 83 83 84 84 ifneq ($(STAGEDISO),) … … 104 104 $(if $(filter rhel4 sles10.1,$(rpmrel)),--build-libxslt,) \ 105 105 $(if $(filter rhel4,$(rpmrel)),--build-libssl,) \ 106 $(if $(filter rhel4 rhel5 sles10.1,$(rpmrel)),--build-libcurl,) \107 $(if $(filter rhel5 sles10.1,$(rpmrel)),--disable-sdl-ttf,) \106 $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5 sles10.1,$(rpmrel)),--build-libcurl,) \ 107 $(if $(filter rhel5 centos5 sles10.1,$(rpmrel)),--disable-sdl-ttf,) \ 108 108 $(if $(filter sles10.1 turbolinux11,$(rpmrel)),--disable-pulse,) \ 109 $(if $(filter rhel4 rhel5 ,$(rpmrel)),--enable-pulse,) \110 $(if $(filter rhel4 rhel5 sles10.1 turbolinux11,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.4.3-stdc++6-$(arch)) \109 $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5,$(rpmrel)),--enable-pulse,) \ 110 $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5 sles10.1 turbolinux11,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.4.3-stdc++6-$(arch)) \ 111 111 $(if $(DEBUG),--build-debug,) 112 112 … … 124 124 $(if $(STAGEDISO),VBOX_WITHOUT_ADDITIONS=1,) \ 125 125 $(if $(BLEEDING_EDGE),VBOX_BLEEDING_EDGE=$(BLEEDING_EDGE),) \ 126 $(if $(filter rhel4 rhel5 fedora9 fedora10 sles10.1 turbolinux11,$(rpmrel)),,VBOX_WITH_SYSFS_BY_DEFAULT=1)126 $(if $(filter rhel4 rhel5 ol4 ol5 centos4 centos5 fedora9 fedora10 sles10.1 turbolinux11,$(rpmrel)),,VBOX_WITH_SYSFS_BY_DEFAULT=1) 127 127 128 128 rpm/configure-stamp:
Note:
See TracChangeset
for help on using the changeset viewer.