aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/configure.ac b/skype/configure.ac
index 95441c80..54a745f8 100644
--- a/skype/configure.ac
+++ b/skype/configure.ac
@@ -13,7 +13,7 @@ fi
case "`$CC -dumpmachine`" in
*linux*)
- SHARED_FLAGS="-shared"
+ SHARED_FLAGS="-fPIC -shared"
SHARED_EXT="so"
;;
*apple-darwin*)