VirtualBox

Changeset 105086 in vbox


Ignore:
Timestamp:
Jul 1, 2024 10:18:47 PM (5 months ago)
Author:
vboxsync
Message:

libs/Makefile.kmk: libslirp shouldn't be needed on unsupported host architectures either. This sould make the ancient 32-bit builds happy again (doesn't know -Wdeprecated-declarations and gets upset about C++ style for loops). bugref:10268

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/Makefile.kmk

    r105077 r105086  
    7474# libslirp for NAT
    7575if   defined(VBOX_WITH_LIBSLIRP) \
    76   && !defined(VBOX_ONLY_BUILD)
     76  && !defined(VBOX_ONLY_BUILD) \
     77  && "$(intersects $(KBUILD_TARGET_ARCH),$(VBOX_SUPPORTED_HOST_ARCHS))" != ""
    7778 include $(PATH_SUB_CURRENT)/libslirp-4.7.0/Makefile.kmk
    7879endif
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