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

(-)sqlite-3.7.17.ebuild.old (+2 lines)
Lines 89-94 Link Here
89
89
90
	if use icu; then
90
	if use icu; then
91
		append-cppflags -DSQLITE_ENABLE_ICU
91
		append-cppflags -DSQLITE_ENABLE_ICU
92
		#sqlite will be linked with gcc, but icu is a cpp-library so  stdc++ must be added 
93
		append-ldflags -Wl,-lstdc++
92
		if amalgamation; then
94
		if amalgamation; then
93
			sed -e "s/LIBS = @LIBS@/& -licui18n -licuuc/" -i Makefile.in || die "sed failed"
95
			sed -e "s/LIBS = @LIBS@/& -licui18n -licuuc/" -i Makefile.in || die "sed failed"
94
		else
96
		else

Return to bug 472680