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

(-)gen_initramfs.sh.orig (-1 / +1 lines)
Lines 365-371 Link Here
365
365
366
# check for static linked file with objdump
366
# check for static linked file with objdump
367
is_static() {
367
is_static() {
368
	objdump -T $1 2>&1 | grep "not a dynamic object" > /dev/null
368
	LANG="" LC_ALL="" objdump -T $1 2>&1 | grep "not a dynamic object" > /dev/null
369
	return $?
369
	return $?
370
}
370
}
371
371

Return to bug 182705