mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/postgresql: Include symlinks to libpq.so libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
bbe61e5f2e
commit
964b83fea6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue