VirtualBox

Changeset 74653 in vbox for trunk/src/libs


Ignore:
Timestamp:
Oct 7, 2018 12:49:57 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125545
Message:

IPRT: Try shut up xmlFree linker warning.

Location:
trunk/src/libs/libxml2-2.9.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libxml2-2.9.4/Makefile.kmk

    r66908 r74653  
    2626VBox-libxml2_DEFS           = _REENTRANT # the latter triggers thread support, see xmlversion-default.h and win32xmlversion.h.
    2727VBox-libxml2_DEFS.win       = WIN32 _WINDOWS _MBCS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE \
    28                               LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_ZLIB_H
     28                              LIBXML_STATIC LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_COMPILER_TLS HAVE_ZLIB_H
    2929VBox-libxml2_CFLAGS.win.amd64 = -wd4267
    3030VBox-libxml2_CFLAGS.win    += -wd4701 # potentially uninitialized local variable 'l' used
  • trunk/src/libs/libxml2-2.9.4/libxml.h

    r65950 r74653  
    116116#endif
    117117#endif
    118 #if !defined(PIC) && !defined(NOLIBTOOL)
     118#if !defined(PIC) && !defined(NOLIBTOOL) /* VBox: */ && !defined(LIBXML_STATIC)
    119119#  define LIBXML_STATIC
    120120#endif
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