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

(-)old/dev-libs/libgpg-error/libgpg-error-1.18.ebuild (+5 lines)
Lines 33-38 Link Here
33
src_prepare() {
33
src_prepare() {
34
	epatch_user
34
	epatch_user
35
	elibtoolize
35
	elibtoolize
36
37
	# BUG #560134: missing triplet files (only Debian-like triplets listed)
38
	ln -s lock-obj-pub.arm-unknown-linux-gnueabihf.h ${S}/src/syscfg/lock-obj-pub.armv7a-hardfloat-linux-gnueabi.h
39
	ln -s lock-obj-pub.arm-unknown-linux-gnueabi.h ${S}/src/syscfg/lock-obj-pub.armv7a-softfloat-linux-gnueabi.h
40
	# TODO: Add remaining target triplets ...
36
}
41
}
37
42
38
multilib_src_configure() {
43
multilib_src_configure() {

Return to bug 560134