aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2009-08-31 17:57:00 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2009-08-31 17:57:00 +0200
commitab165c512416eb789591e02aab2c4678ccd27f8e (patch)
tree4deadea45a0405ef0b2ec9e408a5ab9091c07a2c
parentc99bb05580de9c3710060fbda69d336c646ad97a (diff)
add -fPIC to CFLAGS
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532917
-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*)