Ignore:
Timestamp:
Mar 15, 2018, 6:29:12 PM (7 years ago)
Author:
bird
Message:

kmk: Always use our glob and fnmatch implementation to avoid trouble (debian builds ran into something, if I understood it correctly).

File:
1 edited

Legend:

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

    r3140 r3147  
    5151
    5252#define GLOB_INTERFACE_VERSION 1
     53#if 0 /* bird: Apparently this causes trouble for some debian builds. */
    5354#if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1
    5455# include <gnu-versions.h>
     
    5657#  define ELIDE_CODE
    5758# endif
     59#endif
    5860#endif
    5961
     
    210212
    211213
    212 #if !defined __alloca && !defined __GNU_LIBRARY__
     214#if !defined __alloca /*&& !defined __GNU_LIBRARY__ - bird: unresolved __alloca symbol if skipping this for gnu libc. duh. */
    213215
    214216# ifdef __GNUC__
     
    227229#   endif /* Not _AIX.  */
    228230#  endif /* sparc or HAVE_ALLOCA_H.  */
    229 # endif /* GCC.  */
     231# endif /* Not GCC.  */
    230232
    231233# define __alloca       alloca
Note: See TracChangeset for help on using the changeset viewer.