From: Nikos Chantziaras <realnc@arcor.de>
To: gentoo-devhelp@lists.gentoo.org
Subject: [gentoo-devhelp] How do I make scons use correct CFLAGS/CXXFLAGS/LDFLAGS?
Date: Tue, 17 May 2011 06:48:08 +0300 [thread overview]
Message-ID: <iqsr5o$qbk$1@dough.gmane.org> (raw)
I wrote an ebuild for a software that uses SCons as its build system. My
guide was scons-utils.eclass and some other ebuilds that were using it.
It pretty much boils down to:
src_compile()
{
tc-export CC CXX
append-cflags -Wno-error
append-cxxflags -Wno-error
escons PREFIX=/usr DESTDIR="${D}" || die
}
src_install()
{
escons PREFIX=/usr DESTDIR="${D}" install || die
}
But it ignores the CFLAGS/CXXFLAGS/LDFLAGS set in make.conf, and
append-cflags and append-cxxflags does nothing (-Wno-error is not used
in the resulting build.)
I'm not sure where to go from here.
next reply other threads:[~2011-05-17 3:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-17 3:48 Nikos Chantziaras [this message]
2011-05-17 4:49 ` [gentoo-devhelp] Re: How do I make scons use correct CFLAGS/CXXFLAGS/LDFLAGS? Nikos Chantziaras
2011-05-17 5:14 ` Nathan Phillip Brink
2011-05-17 5:23 ` Nikos Chantziaras
2011-05-17 6:45 ` Peter Volkov
2011-05-17 7:18 ` Nikos Chantziaras
2011-05-17 8:57 ` Peter Volkov
2011-05-17 15:40 ` Nikos Chantziaras
2011-05-17 18:58 ` Peter Volkov
2011-05-17 19:12 ` Nikos Chantziaras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='iqsr5o$qbk$1@dough.gmane.org' \
--to=realnc@arcor.de \
--cc=gentoo-devhelp@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox