Changeset 22634 in vbox for trunk/debian/rules
- Timestamp:
- Sep 1, 2009 8:15:52 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51712
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rules
r22378 r22634 30 30 # NOWEBSVC=1 don't build the webservice API, default for OSE 31 31 # STAGEDISO=<path> don't build the VBoxAdditions, use the precompiled .iso 32 # BLEEDING_EDGE=xyz 32 33 33 34 package := virtualbox … … 110 111 PATH_OUT=$(current)/debian/builddir \ 111 112 VBOX_DO_STRIP= VBOX_DO_STRIP_MODULES= \ 113 $(if $(BLEEDING_EDGE),VBOX_BLEEDING_EDGE=$(BLEEDING_EDGE),) \ 114 VBOX_WITH_MULTIVERSION_PYTHON= \ 112 115 $(if $(filter _Debian_sarge _xandros4.1 _ucs1.3,$(debrel)),VBOX_LD_as_needed= ,) \ 113 116 $(debcfgs) \ … … 125 128 PATH_OUT=$(current)/debian/builddir \ 126 129 VBOX_DO_STRIP= VBOX_DO_STRIP_MODULES= \ 130 $(if $(BLEEDING_EDGE),VBOX_BLEEDING_EDGE=$(BLEEDING_EDGE),) \ 131 VBOX_WITH_MULTIVERSION_PYTHON= \ 127 132 $(if $(filter _Debian_sarge _xandros4.1 _ucs1.3,$(debrel)),VBOX_LD_as_needed= ,) \ 128 133 VBOX_NO_LINUX_RUN_INSTALLER=1 $(if $(NODOCS),VBOX_WITH_DOCS= ,) \
Note:
See TracChangeset
for help on using the changeset viewer.