- Timestamp:
- 02/05/09 01:38:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/boss/main/virtualbox-ose/trunk/debian/patches/12-make-module.dpatch
r4744 r4946 6 6 @DPATCH@ 7 7 8 diff -Naurp virtualbox-ose-2. 0.6-dfsg.orig/src/VBox/Additions/linux/module/Makefile.module virtualbox-ose-2.0.6-dfsg/src/VBox/Additions/linux/module/Makefile.module9 --- virtualbox-ose-2. 0.6-dfsg.orig/src/VBox/Additions/linux/module/Makefile.module 2008-11-27 14:45:57.000000000 +010010 +++ virtualbox-ose-2. 0.6-dfsg/src/VBox/Additions/linux/module/Makefile.module 2008-11-27 14:50:29.000000000 +01008 diff -Naurp virtualbox-ose-2.1.0-dfsg.orig/src/VBox/Additions/linux/module/Makefile.module virtualbox-ose-2.1.0-dfsg/src/VBox/Additions/linux/module/Makefile.module 9 --- virtualbox-ose-2.1.0-dfsg.orig/src/VBox/Additions/linux/module/Makefile.module 2008-12-13 23:00:20.000000000 +0100 10 +++ virtualbox-ose-2.1.0-dfsg/src/VBox/Additions/linux/module/Makefile.module 2008-12-28 17:23:27.000000000 +0100 11 11 @@ -32,12 +32,24 @@ ifeq ($(BUILD_TARGET_ARCH),) 12 12 BUILD_TARGET_ARCH := amd64 … … 38 38 endif 39 39 endif 40 diff -Naurp virtualbox-ose-2. 0.6-dfsg.orig/src/VBox/Additions/linux/sharedfolders/Makefile.module virtualbox-ose-2.0.6-dfsg/src/VBox/Additions/linux/sharedfolders/Makefile.module41 --- virtualbox-ose-2. 0.6-dfsg.orig/src/VBox/Additions/linux/sharedfolders/Makefile.module 2008-11-27 14:45:57.000000000 +010042 +++ virtualbox-ose-2. 0.6-dfsg/src/VBox/Additions/linux/sharedfolders/Makefile.module 2008-11-27 14:51:08.000000000 +010040 diff -Naurp virtualbox-ose-2.1.0-dfsg.orig/src/VBox/Additions/linux/sharedfolders/Makefile.module virtualbox-ose-2.1.0-dfsg/src/VBox/Additions/linux/sharedfolders/Makefile.module 41 --- virtualbox-ose-2.1.0-dfsg.orig/src/VBox/Additions/linux/sharedfolders/Makefile.module 2008-12-13 23:00:20.000000000 +0100 42 +++ virtualbox-ose-2.1.0-dfsg/src/VBox/Additions/linux/sharedfolders/Makefile.module 2008-12-28 17:23:27.000000000 +0100 43 43 @@ -32,12 +32,24 @@ ifeq ($(BUILD_TARGET_ARCH),) 44 44 BUILD_TARGET_ARCH := amd64 … … 70 70 endif 71 71 endif 72 diff -Naurp virtualbox-ose-2. 0.6-dfsg.orig/src/VBox/HostDrivers/Support/linux/Makefile virtualbox-ose-2.0.6-dfsg/src/VBox/HostDrivers/Support/linux/Makefile73 --- virtualbox-ose-2. 0.6-dfsg.orig/src/VBox/HostDrivers/Support/linux/Makefile 2008-11-27 14:45:45.000000000 +010074 +++ virtualbox-ose-2. 0.6-dfsg/src/VBox/HostDrivers/Support/linux/Makefile 2008-11-27 14:49:00.000000000 +010072 diff -Naurp virtualbox-ose-2.1.0-dfsg.orig/src/VBox/HostDrivers/Support/linux/Makefile virtualbox-ose-2.1.0-dfsg/src/VBox/HostDrivers/Support/linux/Makefile 73 --- virtualbox-ose-2.1.0-dfsg.orig/src/VBox/HostDrivers/Support/linux/Makefile 2008-12-13 23:00:17.000000000 +0100 74 +++ virtualbox-ose-2.1.0-dfsg/src/VBox/HostDrivers/Support/linux/Makefile 2008-12-28 17:23:27.000000000 +0100 75 75 @@ -43,12 +43,24 @@ ifeq ($(BUILD_TARGET_ARCH),) 76 76 BUILD_TARGET_ARCH := amd64 … … 102 102 endif 103 103 endif 104 diff -Naurp virtualbox-ose-2.1.0-dfsg.orig/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile virtualbox-ose-2.1.0-dfsg/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile 105 --- virtualbox-ose-2.1.0-dfsg.orig/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile 2008-12-15 22:21:46.000000000 +0100 106 +++ virtualbox-ose-2.1.0-dfsg/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile 2008-12-28 17:23:49.000000000 +0100 107 @@ -34,12 +34,24 @@ ifeq ($(BUILD_TARGET_ARCH),) 108 BUILD_TARGET_ARCH := amd64 109 else 110 ifeq ($(ARCH),i386) 111 - BUILD_TARGET_ARCH := x86 112 + ifeq ($(CONFIG_X86_32),y) 113 + BUILD_TARGET_ARCH := x86 114 + else 115 + BUILD_TARGET_ARCH := amd64 116 + endif 117 else 118 - ifeq ($(filter-out x86_64 amd64 AMD64,$(shell uname -m)),) 119 - BUILD_TARGET_ARCH := amd64 120 + ifeq ($(ARCH),x86) 121 + ifeq ($(CONFIG_X86_32),y) 122 + BUILD_TARGET_ARCH := x86 123 + else 124 + BUILD_TARGET_ARCH := amd64 125 + endif 126 else 127 - BUILD_TARGET_ARCH := x86 128 + ifeq ($(filter-out x86_64 amd64 AMD64,$(shell uname -m)),) 129 + BUILD_TARGET_ARCH := amd64 130 + else 131 + BUILD_TARGET_ARCH := x86 132 + endif 133 endif 134 endif 135 endif
Note: See TracChangeset
for help on using the changeset viewer.


