VirtualBox

Changeset 79504 in vbox


Ignore:
Timestamp:
Jul 3, 2019 2:10:51 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131770
Message:

Config.kmk: add VBOX_ONLY_RPM_ADDITIONS build option.
bugref:9138

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r79483 r79504  
    350350#VBOX_WITHOUT_ADDITIONS_ISO = 1
    351351## @}
     352# Set build options right for building the Additions as an RPM package.
     353# VBOX_ONLY_RPM_ADDITIONS = 1
     354ifdef 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
     362endif
    352363
    353364## @name Documentation
     
    933944# archive. When building .deb/.rpms, don't strip the symbols as they are required for
    934945# 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.
     947ifndef VBOX_ONLY_RPM_ADDITIONS
     948 VBOX_DO_STRIP := $(if $(filter release profile,$(KBUILD_TYPE)),1,)
     949endif
    936950
    937951
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette