summaryrefslogtreecommitdiff
path: root/net-im/prosody/prosody-0.7.0.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-03-30 15:39:04 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-03-30 15:39:04 +0200
commit028817fcd98acb97972f3a8a03328c402b5207b3 (patch)
tree84026a8d1093f2f739f9a9e3520bb392aa61cb27 /net-im/prosody/prosody-0.7.0.ebuild
parent583c7c78a0b23358c3af4e34302396145e037bca (diff)
downloadoverlay-028817fcd98acb97972f3a8a03328c402b5207b3.tar.gz
overlay-028817fcd98acb97972f3a8a03328c402b5207b3.tar.bz2
overlay-028817fcd98acb97972f3a8a03328c402b5207b3.zip
Prosody: Use CFLAGS and LDFLAGS
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"
}