907259176d
- move .so.2 link to main package - don't package static library and utf8 link - remove requires for libtool and libtermcap - rearrange doc files (#191583)
12 lines
414 B
Diff
12 lines
414 B
Diff
--- 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
|