From 964b83fea6f057820de8e465a0041d0ecfa35eca Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Wed, 6 Nov 2013 19:20:04 -0800 Subject: system/postgresql: Include symlinks to libpq.so libraries. Signed-off-by: Robby Workman --- system/postgresql/postgresql.SlackBuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/postgresql/postgresql.SlackBuild') diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index 3dc0dbbad8484..bd32ff4e2be65 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -101,6 +101,10 @@ make make install-strip DESTDIR=$PKG make install-docs DESTDIR=$PKG +# create symlinks to shared library for other programs to link against +( cd $PKG/usr/lib${LIBDIRSUFFIX} + for i in $(ls $PRGNAM/$PG_VERSION/lib/libpq.so*) ; do ln -sf $i ; done +) # Some interesting additional modules: # http://www.postgresql.org/docs/9.3/static/contrib.html -- cgit v1.2.3