Changeset 79504 in vbox
- Timestamp:
- Jul 3, 2019 2:10:51 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r79483 r79504 350 350 #VBOX_WITHOUT_ADDITIONS_ISO = 1 351 351 ## @} 352 # Set build options right for building the Additions as an RPM package. 353 # VBOX_ONLY_RPM_ADDITIONS = 1 354 ifdef VBOX_ONLY_RPM_ADDITIONS 355 VBOX_ONLY_ADDITIONS=1 356 VBOX_ONLY_ADDITIONS_WITHOUT_RTISOMAKER=1 357 # We build the RPMs using public sources. 358 VBOX_OSE=1 359 # We want to re-use parts of the packing pass, but not all. 360 VBOX_WITHOUT_LINUX_GUEST_PACKAGE=1 361 VBOX_WITHOUT_ADDITIONS_ISO=1 362 endif 352 363 353 364 ## @name Documentation … … 933 944 # archive. When building .deb/.rpms, don't strip the symbols as they are required for 934 945 # the debug packages containing symbols for gdb located in /usr/lib/debug. 935 VBOX_DO_STRIP := $(if $(filter release profile,$(KBUILD_TYPE)),1,) 946 # In rpm Additions we also need to do part of packing without strip. 947 ifndef VBOX_ONLY_RPM_ADDITIONS 948 VBOX_DO_STRIP := $(if $(filter release profile,$(KBUILD_TYPE)),1,) 949 endif 936 950 937 951
Note:
See TracChangeset
for help on using the changeset viewer.