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

(-)timezone-data-2015g.ebuild (-1 / +2 lines)
Lines 41-47 Link Here
41
		append-cppflags -DSTD_INSPIRED #138251
41
		append-cppflags -DSTD_INSPIRED #138251
42
	fi
42
	fi
43
	export NLS=$(usex nls 1 0)
43
	export NLS=$(usex nls 1 0)
44
	if use nls && ! use elibc_glibc ; then
44
	# musl doesn't need this either
45
	if use nls && ! use elibc_glibc && ! use elibc_musl; then
45
		LDLIBS+=" -lintl" #154181
46
		LDLIBS+=" -lintl" #154181
46
	fi
47
	fi
47
	# TOPDIR is used in some utils when compiling.
48
	# TOPDIR is used in some utils when compiling.

Return to bug 579104