aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-09-06 16:58:34 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2008-09-06 16:58:34 +0200
commit89949c7b1ff9eeeced6561a507370dd92931ff19 (patch)
treec154eb34f6c28579ff1deb984c6bf2c7a31cad57
parent74159899faae3dd0a01e7d139bda0b6766d466fd (diff)
clean up osx shared_flags
-rw-r--r--skype/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/configure.ac b/skype/configure.ac
index 8aa5d688..29856fb4 100644
--- a/skype/configure.ac
+++ b/skype/configure.ac
@@ -17,7 +17,7 @@ case "`$CC -dumpmachine`" in
SHARED_EXT="so"
;;
*apple-darwin*)
- SHARED_FLAGS="-dynamiclib -Wl,-headerpad_max_install_names,-undefined,dynamic_lookup"
+ SHARED_FLAGS="-dynamiclib -undefined dynamic_lookup"
SHARED_EXT="dylib"
;;
*)