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

Collapse All | Expand All

(-)util-linux-2.21.1.ebuild.orig (-2 / +5 lines)
Lines 49-55 Link Here
49
	else
49
	else
50
		use loop-aes && epatch "${WORKDIR}"/util-linux-*.diff
50
		use loop-aes && epatch "${WORKDIR}"/util-linux-*.diff
51
	fi
51
	fi
52
	use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
53
	elibtoolize
52
	elibtoolize
54
}
53
}
55
54
Lines 103-109 Link Here
103
	fi
102
	fi
104
103
105
	# need the libs in /
104
	# need the libs in /
106
	gen_usr_ldscript -a blkid mount uuid
105
	gen_usr_ldscript -a blkid uuid
106
107
	# uClibc can't build libmount (yet)
108
	[[ -f "${ED}/usr/$(get_libdir)/libmount.so" ]] && gen_usr_ldscript -a mount
109
107
	# e2fsprogs-libs didnt install .la files, and .pc work fine
110
	# e2fsprogs-libs didnt install .la files, and .pc work fine
108
	find "${ED}" -name '*.la' -delete
111
	find "${ED}" -name '*.la' -delete
109
112

Return to bug 406303