Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
S="${WORKDIR}/${PN}-2.0"
src_unpack() {
unpack ${A}
echo "CFLAGS += -nopie -fno-stack-protector -fno-stack-protector-all" \
>> ${S}/xen/arch/x86/Rules.mk
}
src_compile() {
local myopt
if use debug; then