VirtualBox

Changeset 99764 in vbox


Ignore:
Timestamp:
May 12, 2023 1:16:58 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157355
Message:

/configure: Default to building liblzma on darwin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r99496 r99764  
    118118BUILD_LIBVPX=
    119119BUILD_LIBTPMS=
    120 BUILD_LIBLZMA=
     120if [ "$OS" = "darwin" ]; then # Do not use the /opt/local version of this! We end up using the wrong iconv.h then.
     121    BUILD_LIBLZMA=1
     122else
     123    BUILD_LIBLZMA=
     124fi
    121125PASSIVE_MESA=0
    122126CC="gcc"
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