From 7cc757c3c01e09c73034d8f08226ca1fd34c4e6b Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 2 Aug 2014 14:28:19 +0200 Subject: python: disable symlink and readlink compile options, ape has no reasonable way emulating it --- sys/src/cmd/python/pyconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/src/cmd/python/pyconfig.h b/sys/src/cmd/python/pyconfig.h index 04ca804b2..be1de2042 100644 --- a/sys/src/cmd/python/pyconfig.h +++ b/sys/src/cmd/python/pyconfig.h @@ -420,7 +420,7 @@ typedef unsigned long u_long; #define HAVE_PUTENV 1 /* Define to 1 if you have the `readlink' function. */ -#define HAVE_READLINK 1 +/* #define HAVE_READLINK 1 */ /* Define to 1 if you have the `realpath' function. */ /* #undef HAVE_REALPATH */ @@ -572,7 +572,7 @@ typedef unsigned long u_long; /* #undef HAVE_ST_BLOCKS */ /* Define if you have the 'symlink' function. */ -#define HAVE_SYMLINK 1 +/* #define HAVE_SYMLINK 1 */ /* Define to 1 if you have the `sysconf' function. */ #define HAVE_SYSCONF 1 -- cgit v1.2.3