VirtualBox

Changeset 72087 in vbox for trunk/include/iprt/linux


Ignore:
Timestamp:
May 3, 2018 12:42:07 PM (7 years ago)
Author:
vboxsync
Message:

Fix building Linux Additions with old glibc support on EL5.
bugref:9112: Linux Additions: fix building binaries for older Linux user space
EL5 does not seem to like it when we set USE_GNU but not _GNU_SOURCE, so
fix that in include/iprt/linux/symvers.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/linux/symvers.h

    r70936 r72087  
    5252#define __USE_GNU 1
    5353
     54/* And EL5 wants this too with __USE_GNU */
     55#undef _GNU_SOURCE
     56#define _GNU_SOURCE 1
     57
    5458/* Tell IPRT not to use newer functions */
    5559#include <features.h>
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