Add postgresql 9.6.1
[unleashed-userland.git] / components / database / postgresql-96 / patches / plpython_rpath64.patch
blob8badb22275e03d067a9a3bb5d847868359f4c506
1 --- postgresql-9.5.0/src/pl/plpython/Makefile.~1~ 2016-01-05 00:29:34.000000000 +0300
2 +++ postgresql-9.5.0/src/pl/plpython/Makefile 2016-01-22 14:39:20.967007169 +0300
3 @@ -13,7 +13,7 @@
5 override CPPFLAGS := -I. -I$(srcdir) $(python_includespec) $(CPPFLAGS)
7 -rpathdir = $(python_libdir)
8 +#rpathdir = $(python_libdir)
10 PGFILEDESC = "PL/Python - procedural language"