git: 9front

Download patch

ref: edf825c51a35ab13da395c1be7dd3fbb6808ec30
parent: 15a04d6ae74445197c626b328af43f2d780d1e2b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Aug 2 10:28:19 EDT 2014

python: disable symlink and readlink compile options, ape has no reasonable way emulating it

--- a/sys/src/cmd/python/pyconfig.h
+++ b/sys/src/cmd/python/pyconfig.h
@@ -420,7 +420,7 @@
 #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 @@
 /* #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
--