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

(-)ocaml-3.09.3-r1.ebuild (+4 lines)
Lines 82-87 Link Here
82
	# It doesn't compile on alpha without this LDFLAGS
82
	# It doesn't compile on alpha without this LDFLAGS
83
	use alpha && append-ldflags "-Wl,--no-relax"
83
	use alpha && append-ldflags "-Wl,--no-relax"
84
84
85
	# Packages that use Ocaml break if -Wl,--as-needed is set
86
	filter-ldflags "--as-needed"
87
	filter-ldflags "-Wl,--as-needed"
88
85
	use tk || myconf="${myconf} -no-tk"
89
	use tk || myconf="${myconf} -no-tk"
86
	use ncurses || myconf="${myconf} -no-curses"
90
	use ncurses || myconf="${myconf} -no-curses"
87
	use X || myconf="${myconf} -no-graph"
91
	use X || myconf="${myconf} -no-graph"

Return to bug 193489