system/postgresql: Include symlinks to libpq.so libraries.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2013-11-06 19:20:04 -08:00 committed by Robby Workman
parent bbe61e5f2e
commit 964b83fea6

View file

@ -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