Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 367865 | Differences between
and this patch

Collapse All | Expand All

(-)abiword-2.8.6/src/Makefile.am (-3 / +3 lines)
Lines 44-50 Link Here
44
44
45
libabiword_2_8_la_LDFLAGS = \
45
libabiword_2_8_la_LDFLAGS = \
46
	$(DEPS_LIBS) \
46
	$(DEPS_LIBS) \
47
	--no-undefined \
47
	-Wl,--no-undefined \
48
	-avoid-version \
48
	-avoid-version \
49
	-export-dynamic
49
	-export-dynamic
50
50
Lines 107-113 Link Here
107
107
108
AbiWord_LDFLAGS = \
108
AbiWord_LDFLAGS = \
109
	$(DEPS_LIBS) \
109
	$(DEPS_LIBS) \
110
	--no-undefined \
110
	-Wl,--no-undefined \
111
	-avoid-version \
111
	-avoid-version \
112
	-export-dynamic \
112
	-export-dynamic \
113
	-headerpad_max_install_names 
113
	-headerpad_max_install_names 
Lines 129-135 Link Here
129
129
130
abiword_LDFLAGS = \
130
abiword_LDFLAGS = \
131
	$(platform_ldflags) \
131
	$(platform_ldflags) \
132
	--no-undefined      \
132
	-Wl,--no-undefined      \
133
	-avoid-version      \
133
	-avoid-version      \
134
	-export-dynamic
134
	-export-dynamic

Return to bug 367865