VirtualBox

Changeset 3100 in kBuild for trunk


Ignore:
Timestamp:
Oct 20, 2017 9:49:58 AM (7 years ago)
Author:
bird
Message:

incdep.c: Check for debian fakeroot stuff whereever glibc is used so it will work with GNU/kFreeBSD too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/incdep.c

    r2869 r3100  
    679679    return 1;
    680680
    681 #if defined (__gnu_linux__) || defined (__linux__)
     681#if defined (__gnu_linux__) || defined (__linux__) || defined(__GLIBC__)
    682682  /* Try detect fakeroot. */
    683683  if (getenv ("FAKEROOTKEY")
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