1 --- postgresql-11.1/contrib/ltree_plpython/Makefile.~1~ 2018-11-07 02:56:26.000000000 +0000
2 +++ postgresql-11.1/contrib/ltree_plpython/Makefile 2019-01-24 16:24:50.209094474 +0000
4 # ... see silliness in plpython Makefile ...
5 SHLIB_LINK_INTERNAL += $(sort $(wildcard ../../src/pl/plpython/libpython*.a))
7 -rpathdir = $(python_libdir)
8 +#rpathdir = $(python_libdir)
9 SHLIB_LINK += $(python_libspec) $(python_additional_libs)
12 --- postgresql-10.1/src/pl/plpython/Makefile.~1~ 2017-11-07 03:46:52.000000000 +0000
13 +++ postgresql-10.1/src/pl/plpython/Makefile 2018-01-27 18:51:34.322805485 +0000
16 override CPPFLAGS := -I. -I$(srcdir) $(python_includespec) $(CPPFLAGS)
18 -rpathdir = $(python_libdir)
19 +#rpathdir = $(python_libdir)
21 PGFILEDESC = "PL/Python - procedural language"
23 --- postgresql-11.1/contrib/hstore_plpython/Makefile.~1~ 2018-11-07 02:56:26.000000000 +0000
24 +++ postgresql-11.1/contrib/hstore_plpython/Makefile 2019-01-24 16:25:56.012593981 +0000
26 # ... see silliness in plpython Makefile ...
27 SHLIB_LINK_INTERNAL += $(sort $(wildcard ../../src/pl/plpython/libpython*.a))
29 -rpathdir = $(python_libdir)
30 +#rpathdir = $(python_libdir)
31 SHLIB_LINK += $(python_libspec) $(python_additional_libs)