python/hypothesis: update to 6.122.3
[oi-userland.git] / components / database / postgresql-14 / patches / plpython_rpath.patch
blob10b558ed531f33af5a5eccc6b63c1a79088ea905
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
3 @@ -30,7 +30,7 @@
4 # ... see silliness in plpython Makefile ...
5 SHLIB_LINK_INTERNAL += $(sort $(wildcard ../../src/pl/plpython/libpython*.a))
6 else
7 -rpathdir = $(python_libdir)
8 +#rpathdir = $(python_libdir)
9 SHLIB_LINK += $(python_libspec) $(python_additional_libs)
10 endif
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
14 @@ -13,7 +13,7 @@
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
25 @@ -30,7 +30,7 @@
26 # ... see silliness in plpython Makefile ...
27 SHLIB_LINK_INTERNAL += $(sort $(wildcard ../../src/pl/plpython/libpython*.a))
28 else
29 -rpathdir = $(python_libdir)
30 +#rpathdir = $(python_libdir)
31 SHLIB_LINK += $(python_libspec) $(python_additional_libs)
32 endif