- Timestamp:
- Nov 8, 2012 11:27:59 AM (12 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r43755 r43838 96 96 cfg_flags := $(if $(NOQT),--disable-qt,) \ 97 97 $(if $(filter _Ubuntu_hardy _Debian_lenny,$(debrel)),--with-qt4-dir=$(qtstdc6)) \ 98 $(if $(filter _Ubuntu_hardy,$(debrel)),--build-libcurl,) \ 98 99 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ 99 100 $(if $(HEADLESS),--build-headless,) \ -
trunk/src/VBox/Installer/linux/distributions_rpm
r42047 r43838 13 13 mdv2008.0 = MANDRIVA_2008_0 14 14 mdv2007.1 = MANDRIVA_2007_1 15 fedora18 = FEDORA_18 15 16 fedora17 = FEDORA_17 16 17 fedora16 = FEDORA_16 -
trunk/src/VBox/Installer/linux/rpm/rules
r43365 r43838 85 85 endif 86 86 87 ifeq ($(filter-out el4 el5 el6 ol4 ol5 ol6 centos4 centos5 centos6 fedora9 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 turbolinux11,$(rpmrel)),)87 ifeq ($(filter-out el4 el5 el6 ol4 ol5 ol6 centos4 centos5 centos6 fedora9 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18 turbolinux11,$(rpmrel)),) 88 88 rpmspec := rpm_redhat 89 89 endif … … 111 111 112 112 # Fedora13/14 is bleeding edge, the other jails have outdated kernel headers 113 instmod := $(if $(filter el4 el5 el6 ol4 ol5 ol6 centos4 centos5 centos6 sles10.1 sles11.0 fedora13 fedora14 fedora15 fedora16 fedora17,$(rpmrel)),,install_rpm)113 instmod := $(if $(filter el4 el5 el6 ol4 ol5 ol6 centos4 centos5 centos6 sles10.1 sles11.0 mdv2010.0 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18,$(rpmrel)),,install_rpm) 114 114 115 115 ifneq ($(STAGEDISO),)
Note:
See TracChangeset
for help on using the changeset viewer.