Gentoo Archives: gentoo-embedded

From: Jakub Ladman <ladmanj@×××××.cz>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] emerge ppp with crosscompile problem
Date: Wed, 03 May 2006 12:09:53
Message-Id: 200605031409.06744.ladmanj@volny.cz
In Reply to: Re: [gentoo-embedded] emerge ppp with crosscompile problem by Harald Schioeberg
1 Dne st 3. kvìtna 2006 13:57 Harald Schioeberg napsal(a):
2 > i found your problem:
3 > it is in
4 > /var/tmp/portage/ppp-2.4.3-r14/work/ppp-2.4.3/pppd/plugins/Makefile.linux
5 >
6 > these are the first lines of this file:
7 >
8 > CC = gcc
9 > COPTS = -O2 -g
10 > CFLAGS = $(COPTS) -I.. -I../../include -fPIC
11 > LDFLAGS = -shared
12 > [...]
13 >
14 > .... and it simply does not respect any environment variables.
15 > Time to write a patch and file the bugreport against the ppp ebuild.
16
17 But i do not know how to do it :-(
18 Jakub Ladman
19
20 >
21 > cheers
22 > Harald
23
24 --
25 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] emerge ppp with crosscompile problem Harald Schioeberg <schioebe@××××××××××.de>