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

(-)/tmp/db-4.6.21_p3-r1.ebuild.orig (-2 / +2 lines)
Lines 129-142 Link Here
129
		--host="${CHOST}" \
129
		--host="${CHOST}" \
130
		${myconf}  "${javaconf}" || die "configure failed"
130
		${myconf}  "${javaconf}" || die "configure failed"
131
131
132
	sed -e "s,\(^STRIP *=\).*,\1\"none\"," Makefile > Makefile.cpy \
132
	sed -e "s,\(^STRIP *=\).*,\1\"true\"," Makefile > Makefile.cpy \
133
	    && mv Makefile.cpy Makefile
133
	    && mv Makefile.cpy Makefile
134
134
135
	emake || die "make failed"
135
	emake || die "make failed"
136
}
136
}
137
137
138
src_install() {
138
src_install() {
139
	einstall libdir="${D}/usr/$(get_libdir)" STRIP="none" || die
139
	einstall libdir="${D}/usr/$(get_libdir)" STRIP="true" || die
140
140
141
	db_src_install_usrbinslot
141
	db_src_install_usrbinslot
142
142

Return to bug 240568