Ignore:
Timestamp:
Oct 20, 2017, 11:49:58 AM (8 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.