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

(-)a/Makefile (+2 lines)
Lines 62-67 Link Here
62
ifneq (darwin,$(PLATFORM))
62
ifneq (darwin,$(PLATFORM))
63
# TODO(bnoordhuis) The native SunOS linker expects -h rather than -soname...
63
# TODO(bnoordhuis) The native SunOS linker expects -h rather than -soname...
64
LDFLAGS_LIB += -Wl,-soname=$(SONAME)
64
LDFLAGS_LIB += -Wl,-soname=$(SONAME)
65
else
66
LDFLAGS_LIB += -Wl -install_name "$(DESTDIR)$(LIBDIR)/$(SONAME)"
65
endif
67
endif
66
68
67
test: test_g test_fast
69
test: test_g test_fast

Return to bug 647290