plpython-bad-dependency-v1.patch

text/plain

Filename: plpython-bad-dependency-v1.patch
Type: text/plain
Part: 0
Message: Problematic dependency in plpython Makefile [Windows]

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
Series: patch v1
File+
src/pl/plpython/Makefile 1 0
*** a/src/pl/plpython/Makefile
--- b/src/pl/plpython/Makefile
***************
*** 66,72 **** OBJS += libpython${pytverstr}.a
  libpython${pytverstr}.a: python${pytverstr}.def
  	dlltool --dllname python${pytverstr}.dll --def python${pytverstr}.def --output-lib  libpython${pytverstr}.a
  WD=$(subst \,/,$(WINDIR))
! python${pytverstr}.def: $(WD)/system32/python${pytverstr}.dll
  	pexports $(WD)/system32/python${pytverstr}.dll > python${pytverstr}.def
  endif
  
--- 66,72 ----
  libpython${pytverstr}.a: python${pytverstr}.def
  	dlltool --dllname python${pytverstr}.dll --def python${pytverstr}.def --output-lib  libpython${pytverstr}.a
  WD=$(subst \,/,$(WINDIR))
! python${pytverstr}.def:
  	pexports $(WD)/system32/python${pytverstr}.dll > python${pytverstr}.def
  endif