VirtualBox

Changeset 91557 in vbox for trunk


Ignore:
Timestamp:
Oct 5, 2021 7:57:47 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147260
Message:

Config.kmk,configure: Add check for libtpms dependency required for the virtual TPM, bugref:10075 [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r91556 r91557  
    18231823EOF
    18241824      [ -n "$INCTPMS" ] && I_INCTPMS=`prefix_I "$INCTPMS"`
    1825       if test_compile "$LIBTPMS $I_INCTPMS" libtpms libtpms; then
     1825      if test_compile "$LIBTPMS $I_INCTPMS" libtpms libtpms nofatal; then
    18261826        if test_execute; then
    18271827          cnf_append "SDK_VBOX_TPMS_INCS" "$INCTPMS"
    18281828          cnf_append "SDK_VBOX_TPMS_LIBS" "`strip_l "$LIBTPMS"`"
    1829           fi
     1829        fi
     1830      else
     1831        echo "not found -- building libtpms from in-tree code."
    18301832      fi
    18311833    fi
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