Author: arekm Date: Mon Nov 17 20:43:54 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - from fc; don't use private glibc symbols
---- Files affected: SOURCES: slang-nointerlibc2.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/slang-nointerlibc2.patch diff -u /dev/null SOURCES/slang-nointerlibc2.patch:1.1 --- /dev/null Mon Nov 17 21:43:54 2008 +++ SOURCES/slang-nointerlibc2.patch Mon Nov 17 21:43:48 2008 @@ -0,0 +1,11 @@ +--- slang-2.0.6/src/slcommon.c.nointerlibc 2006-02-05 21:47:31.000000000 +0100 ++++ slang-2.0.6/src/slcommon.c 2006-05-22 13:20:01.000000000 +0200 +@@ -191,7 +191,7 @@ + return p; + } + +-#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2) ++#if 0 && !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2) + extern int __libc_enable_secure; + # define HAVE___LIBC_ENABLE_SECURE 1 + #endif ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
