patch-configure_ac 476 B

12345678910111213
  1. $OpenBSD: patch-configure_ac,v 1.3 2016/07/03 20:10:33 rpointel Exp $
  2. --- configure.ac.orig Sat Jun 25 23:38:39 2016
  3. +++ configure.ac Fri Jul 1 10:57:50 2016
  4. @@ -115,7 +115,7 @@ VERSION=PYTHON_VERSION
  5. # Version number of Python's own shared library file.
  6. AC_SUBST(SOVERSION)
  7. -SOVERSION=1.0
  8. +SOVERSION=${LIBpython3.5m_VERSION}
  9. # The later defininition of _XOPEN_SOURCE disables certain features
  10. # on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone).