python/hypothesis: update to 6.122.3
[oi-userland.git] / components / database / pgpool-II / patches / 01-pglibs-runpath.patch
blobf0fbe4683f5a5e75eb85f7b536498ac6d50fe1f2
1 --- pgpool-II-4.1.0/src/tools/pgproto/Makefile.am 2019-11-21 19:14:53.218445669 +0000
2 +++ pgpool-II-4.1.0/src/tools/pgproto/Makefile.am 2019-11-21 19:13:40.284850941 +0000
3 @@ -4,3 +4,8 @@
4 pgproto_SOURCES = main.c read.c send.c extended_query.c buffer.c fe_memutils.c
5 pgproto_LDADD = -L@PGSQL_LIB_DIR@ -lpq
7 +if enable_rpath
8 + pgproto_LDFLAGS = -rpath @PGSQL_LIB_DIR@
9 +else
10 + pgproto_LDFLAGS =
11 +endif