Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105380 | Differences between
and this patch

Collapse All | Expand All

(-)./openldap-2.2.28-r2.ebuild.orig (-14 / +24 lines)
Lines 162-182 Link Here
162
	ln -s shtool install
162
	ln -s shtool install
163
	ln -s shtool install.sh
163
	ln -s shtool install.sh
164
164
165
	# bug #105380
165
        export WANT_AUTOMAKE="1.9"
166
	EPATCH_OPTS="-p0 -d ${S}" epatch ${FILESDIR}/${PN}-2.2.28-r1-configure.in-rpath.patch
166
        export WANT_AUTOCONF="2.5"
167
167
168
	# reconf for db40 fixes.
168
	# make files ready for new autoconf
169
	cd ${S}
169
        EPATCH_OPTS="-p0 -d ${WORKDIR}/${OLD_P}" epatch ${FILESDIR}/${PN}-2.1.30-autoconf25.patch
170
	export WANT_AUTOMAKE="1.9"
170
        EPATCH_OPTS="-p0 -d ${S}" epatch ${FILESDIR}/${PN}-2.1.30-autoconf25.patch
171
	export WANT_AUTOCONF="2.5"
171
172
	einfo "Running libtoolize"
172
        # reconf compat and current for RPATH solve
173
	libtoolize --copy --force
173
        cd ${WORKDIR}/${OLD_P}
174
	#einfo "Running automake"
174
        einfo "Running libtoolize on ${OLD_P}"
175
	#automake --add-missing || die "automake failed"
175
        libtoolize --copy --force
176
	einfo "Running aclocal"
176
        einfo "Running aclocal on ${OLD_P}"
177
	aclocal || die "aclocal failed"
177
        aclocal || die "aclocal failed"
178
	einfo "Running autoconf"
178
        EPATCH_OPTS="-p0 -d ${WORKDIR}/${OLD_P}" epatch ${FILESDIR}/${PN}-2.1.30-rpath.patch
179
	autoconf || die "autoconf failed"
179
        einfo "Running autoconf on ${OLD_P}"
180
        autoconf || die "autoconf failed"
181
182
        cd ${S}
183
        einfo "Running libtoolize on ${P}"
184
        libtoolize --copy --force
185
        einfo "Running aclocal on ${P}"
186
        aclocal || die "aclocal failed"
187
        EPATCH_OPTS="-p0 -d ${S}" epatch ${FILESDIR}/${PN}-2.1.30-rpath.patch
188
        einfo "Running autoconf on ${P}"
189
        autoconf || die "autoconf failed"
180
}
190
}
181
191
182
src_compile() {
192
src_compile() {

Return to bug 105380