summaryrefslogtreecommitdiff
path: root/net-im/prosody/prosody-0.7.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-im/prosody/prosody-0.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/prosody/prosody-0.7.0.ebuild b/net-im/prosody/prosody-0.7.0.ebuild
index 97229aa..ac128dd 100644
--- a/net-im/prosody/prosody-0.7.0.ebuild
+++ b/net-im/prosody/prosody-0.7.0.ebuild
@@ -51,7 +51,7 @@ src_configure() {
--with-lua-lib=/usr/$(get_libdir)/lua \
--c-compiler="$(tc-getCC)" --linker="$(tc-getCC)" \
--cflags="${CFLAGS}" \
- --ldflags="${LDFLAGS}" \
+ --ldflags="${LDFLAGS} -shared" \
--require-config || die "configure failed"
}