From 583c7c78a0b23358c3af4e34302396145e037bca Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 30 Mar 2011 15:36:33 +0200 Subject: Prosody: Use CFLAGS and LDFLAGS --- net-im/prosody/prosody-0.7.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net-im/prosody/prosody-0.7.0.ebuild') diff --git a/net-im/prosody/prosody-0.7.0.ebuild b/net-im/prosody/prosody-0.7.0.ebuild index 25a8902..97229aa 100644 --- a/net-im/prosody/prosody-0.7.0.ebuild +++ b/net-im/prosody/prosody-0.7.0.ebuild @@ -43,11 +43,15 @@ src_prepare() { } src_configure() { + # the configure script is handcrafted (and yells at unknown options) + # hence do not use 'econf' ./configure --prefix="/usr" \ --sysconfdir="${JABBER_ETC}" \ --datadir="${JABBER_SPOOL}" \ --with-lua-lib=/usr/$(get_libdir)/lua \ --c-compiler="$(tc-getCC)" --linker="$(tc-getCC)" \ + --cflags="${CFLAGS}" \ + --ldflags="${LDFLAGS}" \ --require-config || die "configure failed" } -- cgit v1.2.3-70-g09d2