From b3c13fc1fff5158ad7fa1821f38163e3a62d2f93 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 1 Aug 2012 17:38:44 +0000 Subject: [PATCH] MacOS X does not support "-Wl,-rpath-link" but supports "-Wl,-rpath" --- data/pkgconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pkgconfig.sh b/data/pkgconfig.sh index cafa6ac..176d32d 100755 --- a/data/pkgconfig.sh +++ b/data/pkgconfig.sh @@ -103,7 +103,7 @@ while [ $# -gt 0 ]; do RPATH="-Wl,-rpath-link,\${libdir} -Wl,-rpath,\${libdir}" case $(uname -s) in Darwin) - RPATH= + RPATH="-Wl,-rpath,\${libdir}" ;; esac