nrpe: update to 4.1.3
[oi-userland.git] / components / tcl / pgtcl / patches / 01-ldflags.patch
blob70cb06074a328b75d0a680d8aef2a61d47175031
1 --- Pgtcl-2.6.3/configure.in.1 2019-11-22 12:51:03.519783323 +0000
2 +++ Pgtcl-2.6.3/configure.in 2019-11-22 12:54:16.937889276 +0000
3 @@ -108,8 +108,8 @@
4 LIBPG=""
5 PG_INCLUDES="-I$PG_INC_DIR"
6 PKG_INCLUDES="-I$PG_INC_DIR"
7 -PG_LIBS="-L$PG_LIB_DIR -lpq"
8 -PKG_LIBS="-L$PG_LIB_DIR -lpq"
9 +PG_LIBS="-L$PG_LIB_DIR -R$PG_LIB_DIR -lpq"
10 +PKG_LIBS="-L$PG_LIB_DIR -R$PG_LIB_DIR -lpq"
11 if test ! "$PG_LIB_DIR" = ""; then
12 LIBPG="libpq${SHLIB_SUFFIX}"