summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/slang/slang/fix-uclibc.patch
blob: c2b8225d0767389f49cb4bd2ec700cddd98326dc (plain)
1
2
3
4
5
6
7
8
9
10
11
--- slang-2.1.3.orig/src/slcommon.c	2007-01-10 18:09:07.000000000 +0200
+++ slang-2.1.3.orig/src/slcommon.c	2008-03-19 16:09:09.000000000 +0200
@@ -191,7 +191,7 @@ 
    return p;
 }
 
-#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2)
+#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2) && !defined(__UCLIBC__)
 extern int __libc_enable_secure;
 # define HAVE___LIBC_ENABLE_SECURE 1
 #endif