diff options
-rw-r--r-- | skype/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/configure.ac b/skype/configure.ac index 54a745f8..16bdfd1d 100644 --- a/skype/configure.ac +++ b/skype/configure.ac @@ -12,7 +12,7 @@ else fi case "`$CC -dumpmachine`" in - *linux*) + *linux*|*freebsd*) SHARED_FLAGS="-fPIC -shared" SHARED_EXT="so" ;; |