Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 795660
Collapse All | Expand All

(-)a/net-dialup/ppp/ppp-2.4.9-r2.ebuild (-3 / +2 lines)
Lines 107-114 src_prepare() { Link Here
107
}
107
}
108
108
109
src_compile() {
109
src_compile() {
110
	tc-export AR PKG_CONFIG
110
	tc-export AR CC PKG_CONFIG
111
	emake COPTS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)"
111
	emake CC="${CC}" COPTS="${CFLAGS} -D_GNU_SOURCE"
112
112
113
	# build pppgetpass
113
	# build pppgetpass
114
	cd contrib/pppgetpass || die
114
	cd contrib/pppgetpass || die
115
- 

Return to bug 795660