You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/07/14 20:06:59 UTC

svn commit: r1146827 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Thu Jul 14 18:06:59 2011
New Revision: 1146827

URL: http://svn.apache.org/viewvc?rev=1146827&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Link to issue in python bug tracker
   that's relevant to how we're patching Python's configure script.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1146827&r1=1146826&r2=1146827&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Thu Jul 14 18:06:59 2011
@@ -988,6 +988,7 @@ $(PYTHON_OBJDIR)/.retrieved: $(DISTDIR)/
 	mv $(PYTHON_SRCDIR)/setup.py.patched $(PYTHON_SRCDIR)/setup.py
 	chmod +x $(PYTHON_SRCDIR)/setup.py
 	# Fixes shared library linking on OpenBSD
+	# http://bugs.python.org/issue12560
 	sed -e '4930s#NetBSD\*|#NetBSD*|OpenBSD*|#' \
 		< $(PYTHON_SRCDIR)/configure \
 		> $(PYTHON_SRCDIR)/configure.patched