From 20b6b6013197c99ed2e0778d5d30f74b6c95b7cb Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 23 Apr 2014 19:45:00 +0200 Subject: [PATCH] Newer version of the script upstream --- data/pkgconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pkgconfig.sh b/data/pkgconfig.sh index cac86f9..5482795 100755 --- a/data/pkgconfig.sh +++ b/data/pkgconfig.sh @@ -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