Newer version of the script upstream

This commit is contained in:
Pierre Pronchery 2014-04-23 18:52:36 +02:00
parent 38922f31ed
commit 193730e6a5

View File

@ -129,7 +129,7 @@ while [ $# -gt 0 ]; do
if [ "$PREFIX" != "/usr" ]; then
RPATH="-Wl,-rpath-link,\${libdir} -Wl,-rpath,\${libdir}"
case $(uname -s) in
Darwin)
Darwin|SunOS)
RPATH="-Wl,-rpath,\${libdir}"
;;
esac