VirtualBox

Ignore:
Timestamp:
Feb 24, 2023 12:32:25 PM (2 years ago)
Author:
vboxsync
Message:

Main/VBoxVolInfo: Don't link directly against libdevmapper but use the IPRT runtime loader to get rid of the buildtime dependency, bugref:10367 [scm fixes]

Location:
trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo/Makefile.kmk

    r98717 r98721  
    3535VBoxVolInfo_TEMPLATE = VBoxR3SetUidToRoot
    3636VBoxVolInfo_SOURCES = \
    37   VBoxVolInfo.cpp \
    38   libdevmapper.cpp
     37        VBoxVolInfo.cpp \
     38        libdevmapper.cpp
    3939VBoxVolInfo_LIBS = \
    40   $(LIB_RUNTIME)
     40        $(LIB_RUNTIME)
    4141
    4242include $(FILE_KBUILD_SUB_FOOTER)
  • trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo/libdevmapper-calls.h

    r98718 r98721  
    2525 * SPDX-License-Identifier: GPL-3.0-only
    2626 */
     27
    2728
    2829/** The file name of the libdevmapper library */
  • trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo/libdevmapper.cpp

    r98717 r98721  
    2525 * along with this program; if not, see <https://www.gnu.org/licenses>.
    2626 *
    27  * The contents of this file may alternatively be used under the terms
    28  * of the Common Development and Distribution License Version 1.0
    29  * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
    30  * in the VirtualBox distribution, in which case the provisions of the
    31  * CDDL are applicable instead of those of the GPL.
    32  *
    33  * You may elect to license modified versions of this file under the
    34  * terms and conditions of either the GPL or the CDDL or both.
    35  *
    36  * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
     27 * SPDX-License-Identifier: GPL-3.0-only
    3728 */
    3829
Note: See TracChangeset for help on using the changeset viewer.

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