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

(-)php-sapi.eclass.original (-3 / +3 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.86 2005/08/23 14:55:11 swegener Exp $
3
# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.86 2005/08/23 14:55:11 swegener Exp $
4
# Author: Robin H. Johnson <robbat2@gentoo.org>
4
# Author: Robin H. Johnson <robbat2@gentoo.org>
5
5
6
inherit eutils flag-o-matic multilib libtool
6
inherit eutils flag-o-matic multilib libtool toolchain-funcs
7
7
8
DESCRIPTION="PHP generic SAPI ebuild"
8
DESCRIPTION="PHP generic SAPI ebuild"
9
9
Lines 501-509 Link Here
501
		myconf="${myconf} --without-pear"
501
		myconf="${myconf} --without-pear"
502
	fi
502
	fi
503
503
504
505
	# fix ELF-related problems
504
	# fix ELF-related problems
506
	if has_pic ; then
505
	if gcc-specs-pie ; then
506
		einfo "Enabling PIC support"
507
		myconf="${myconf} --with-pic"
507
		myconf="${myconf} --with-pic"
508
	fi
508
	fi
509
509

Return to bug 92776