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:41:56 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-03-30 15:41:56 +0200
commit44a9f236d220ae01addf7913060731fab858dedc (patch)
treed8f089fade6910a860a917f378f88df70a6ff700 /net-im/prosody/prosody-0.7.0.ebuild
parent028817fcd98acb97972f3a8a03328c402b5207b3 (diff)
downloadoverlay-44a9f236d220ae01addf7913060731fab858dedc.tar.gz
overlay-44a9f236d220ae01addf7913060731fab858dedc.tar.bz2
overlay-44a9f236d220ae01addf7913060731fab858dedc.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 ac128dd..e300a67 100644
--- a/net-im/prosody/prosody-0.7.0.ebuild
+++ b/net-im/prosody/prosody-0.7.0.ebuild
@@ -50,7 +50,7 @@ src_configure() {
--datadir="${JABBER_SPOOL}" \
--with-lua-lib=/usr/$(get_libdir)/lua \
--c-compiler="$(tc-getCC)" --linker="$(tc-getCC)" \
- --cflags="${CFLAGS}" \
+ --cflags="${CFLAGS} -Wall -fPIC" \
--ldflags="${LDFLAGS} -shared" \
--require-config || die "configure failed"
}