VirtualBox

Changeset 68816 in vbox for trunk/src/VBox/ExtPacks


Ignore:
Timestamp:
Sep 22, 2017 12:29:33 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118070
Message:

VBoxDTrace: on linux always treat the source as using the largefile64 libc support (on some oldish glibc version it produces warnings otherwise)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk

    r62837 r68816  
    104104 VBoxDTraceCmd_DEFS = RTMEM_WRAP_TO_EF_APIS VBOX_EXTPACK_VBOXDTRACE_MANGLED_NAME=\"$(VBOX_EXTPACK_VBOXDTRACE_MANGLED_NAME)\"
    105105 #VBoxDTraceCmd_DEFS += YYDEBUG
    106  VBoxDTraceCmd_DEFS.linux = _XOPEN_SOURCE=700
     106 VBoxDTraceCmd_DEFS.linux = _XOPEN_SOURCE=700 _LARGEFILE64_SOURCE
    107107 VBoxDTraceCmd_DEFS.win = YY_USE_PROTOS=1 YYENABLE_NLS=0 YYLTYPE_IS_TRIVIAL=0
    108108 VBoxDTraceCmd_SDKS = VBOX_ZLIB
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