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

(-)src/Makefile.am~ (-3 / +3 lines)
Lines 44-52 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
	-Wl,--export-dynamic
50
50
51
51
52
if TOOLKIT_COCOA
52
if TOOLKIT_COCOA
(-)src/Makefile.in~ (-8 / +8 lines)
Lines 503-510 Link Here
503
	$(WP_CPPFLAGS) \
503
	$(WP_CPPFLAGS) \
504
	-DABIWORD_DATADIR="\"$(ABIWORD_DATADIR)\""
504
	-DABIWORD_DATADIR="\"$(ABIWORD_DATADIR)\""
505
505
506
libabiword_2_8_la_LDFLAGS = $(DEPS_LIBS) --no-undefined -avoid-version \
506
libabiword_2_8_la_LDFLAGS = $(DEPS_LIBS) -Wl,--no-undefined -avoid-version \
507
	-export-dynamic $(am__append_6)
507
	-Wl,--export-dynamic $(am__append_6)
508
libabiword_2_8_la_LIBADD = $(opt_libs) plugins/libplugins.la \
508
libabiword_2_8_la_LIBADD = $(opt_libs) plugins/libplugins.la \
509
	text/fmt/xp/libxp.la text/ptbl/xp/libxp.la \
509
	text/fmt/xp/libxp.la text/ptbl/xp/libxp.la \
510
	wp/ap/$(TOOLKIT)/lib$(TOOLKIT).la wp/ap/xp/libxp.la \
510
	wp/ap/$(TOOLKIT)/lib$(TOOLKIT).la wp/ap/xp/libxp.la \
Lines 538-546 Link Here
538
538
539
@TOOLKIT_COCOA_TRUE@AbiWord_LDFLAGS = \
539
@TOOLKIT_COCOA_TRUE@AbiWord_LDFLAGS = \
540
@TOOLKIT_COCOA_TRUE@	$(DEPS_LIBS) \
540
@TOOLKIT_COCOA_TRUE@	$(DEPS_LIBS) \
541
@TOOLKIT_COCOA_TRUE@	--no-undefined \
541
@TOOLKIT_COCOA_TRUE@	-Wl,--no-undefined \
542
@TOOLKIT_COCOA_TRUE@	-avoid-version \
542
@TOOLKIT_COCOA_TRUE@	-avoid-version \
543
@TOOLKIT_COCOA_TRUE@	-export-dynamic \
543
@TOOLKIT_COCOA_TRUE@	-Wl,--export-dynamic \
544
@TOOLKIT_COCOA_TRUE@	-headerpad_max_install_names 
544
@TOOLKIT_COCOA_TRUE@	-headerpad_max_install_names 
545
545
546
@TOOLKIT_COCOA_TRUE@AbiWord_LDADD = \
546
@TOOLKIT_COCOA_TRUE@AbiWord_LDADD = \
Lines 554-562 Link Here
554
554
555
@TOOLKIT_COCOA_FALSE@abiword_LDFLAGS = \
555
@TOOLKIT_COCOA_FALSE@abiword_LDFLAGS = \
556
@TOOLKIT_COCOA_FALSE@	$(platform_ldflags) \
556
@TOOLKIT_COCOA_FALSE@	$(platform_ldflags) \
557
@TOOLKIT_COCOA_FALSE@	--no-undefined      \
557
@TOOLKIT_COCOA_FALSE@	-Wl,--no-undefined      \
558
@TOOLKIT_COCOA_FALSE@	-avoid-version      \
558
@TOOLKIT_COCOA_FALSE@	-avoid-version      \
559
@TOOLKIT_COCOA_FALSE@	-export-dynamic
559
@TOOLKIT_COCOA_FALSE@	-Wl,--export-dynamic
560
560
561
@TOOLKIT_COCOA_FALSE@abiword_LDADD = \
561
@TOOLKIT_COCOA_FALSE@abiword_LDADD = \
562
@TOOLKIT_COCOA_FALSE@	libabiword-2.8.la \
562
@TOOLKIT_COCOA_FALSE@	libabiword-2.8.la \

Return to bug 367865