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 (-15 / +23 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
        # bug #105380
166
	EPATCH_OPTS="-p0 -d ${S}" epatch ${FILESDIR}/${PN}-2.2.28-r1-configure.in-rpath.patch
166
        EPATCH_OPTS="-p0 -d ${S}" epatch ${FILESDIR}/${PN}-2.2.28-r1-configure.in-rpath.patch
167
167
        EPATCH_OPTS="-p0 -d ${WORKDIR}/${OLD_P}" epatch ${FILESDIR}/${PN}-2.2.28-r1-configure.in-rpath.patch
168
	# reconf for db40 fixes.
168
169
	cd ${S}
169
        export WANT_AUTOMAKE="1.9"
170
	export WANT_AUTOMAKE="1.9"
170
        export WANT_AUTOCONF="2.5"
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
        einfo "Running autoconf on ${OLD_P}"
179
	autoconf || die "autoconf failed"
179
        autoconf || die "autoconf failed"
180
181
        cd ${S}
182
        einfo "Running libtoolize on ${P}"
183
        libtoolize --copy --force
184
        einfo "Running aclocal on ${P}"
185
        aclocal || die "aclocal failed"
186
        einfo "Running autoconf on ${P}"
187
        autoconf || die "autoconf failed"
180
}
188
}
181
189
182
src_compile() {
190
src_compile() {

Return to bug 105380