From d9bdd130b902d9b1e0d121a72e14a7a8ef5344dc Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 23 Apr 2014 17:34:56 +0200 Subject: [PATCH] Solaris also doesn't have "-Wl,-rpath-link" apparently --- doc/scripts/pkgconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripts/pkgconfig.sh b/doc/scripts/pkgconfig.sh index cac86f9..5482795 100755 --- a/doc/scripts/pkgconfig.sh +++ b/doc/scripts/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