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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- module/recognizer/Makefile.am
0
++ module/recognizer/Makefile.am
Lines 23-29 Link Here
23
AM_CPPFLAGS =
23
AM_CPPFLAGS =
24
INCLUDES = $(TOMOE_CFLAGS)
24
INCLUDES = $(TOMOE_CFLAGS)
25
25
26
LDFLAGS =							\
26
AM_LDFLAGS =							\
27
  -rpath $(recognizer_moduledir) -avoid-version -module		\
27
  -rpath $(recognizer_moduledir) -avoid-version -module		\
28
  -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS)
28
  -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS)
29
29
30
-- module/dict/Makefile.am
30
++ module/dict/Makefile.am
Lines 34-40 Link Here
34
34
35
LIBADD = $(TOMOE_LIBS)			\
35
LIBADD = $(TOMOE_LIBS)			\
36
	$(top_builddir)/lib/libtomoe.la
36
	$(top_builddir)/lib/libtomoe.la
37
LDFLAGS =							\
37
AM_LDFLAGS =							\
38
  -rpath $(dict_moduledir) -avoid-version -module		\
38
  -rpath $(dict_moduledir) -avoid-version -module		\
39
  -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS)
39
  -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS)
40
40

Return to bug 311989