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

(-)a/app-crypt/libb2/libb2-0.98.1.ebuild (-1 / +2 lines)
Lines 35-40 src_prepare() { Link Here
35
	default
35
	default
36
	# fix bashism
36
	# fix bashism
37
	sed -i -e 's/ == / = /' configure.ac || die
37
	sed -i -e 's/ == / = /' configure.ac || die
38
	# https://github.com/BLAKE2/libb2/pull/28
39
	echo 'libb2_la_LDFLAGS = -no-undefined' >> src/Makefile.am || die
38
	eautoreconf  # upstream doesn't make releases
40
	eautoreconf  # upstream doesn't make releases
39
}
41
}
40
42
41
- 

Return to bug 687442