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

Collapse All | Expand All

(-)util-linux-2.16.1.ebuild (-1 / +12 lines)
Lines 46-52 Link Here
46
	else
48
	else
47
		use loop-aes && epatch "${WORKDIR}"/${P}-loop-aes.patch
49
		use loop-aes && epatch "${WORKDIR}"/${P}-loop-aes.patch
48
	fi
50
	fi
49
	use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
51
	if use uclibc ; then
52
		sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
53
		sed -i -e 's/program_invocation_short_name/"findfs"/' misc-utils/findfs.c
54
		sed -i -e 's/program_invocation_short_name/"namei"/' misc-utils/namei.c
55
		sed -i -e 's/program_invocation_short_name/"scriptreplay"/' misc-utils/scriptreplay.c
56
		sed -i -e 's/program_invocation_short_name/"ipcmk"/' sys-utils/ipcmk.c
57
		sed -i -e 's/program_invocation_short_name/"setarch"/' sys-utils/setarch.c
58
		sed -i -e 's/program_invocation_short_name/"lscpu"/' sys-utils/lscpu.c
59
		sed -i -e 's/program_invocation_short_name/"ldattach"/' sys-utils/ldattach.c
60
		sed -i -e 's/program_invocation_short_name/"swapon"/' mount/swapon.c
61
		sed -i -e 's:test = SYS_sched_getaffinity:LSDJFLSKDF = asdfasdf:' configure
62
	fi
50
}
63
}
51
64
52
src_configure() {
65
src_configure() {

Return to bug 249582