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

Collapse All | Expand All

(-)src/Makefile.am.orig (-2 / +4 lines)
Lines 55-61 Link Here
55
	$(GSTBASE_CFLAGS)			\
55
	$(GSTBASE_CFLAGS)			\
56
	$(GSTPLUGINSBASE_CFLAGS)	\
56
	$(GSTPLUGINSBASE_CFLAGS)	\
57
	$(MYSQL_CFLAGS)				\
57
	$(MYSQL_CFLAGS)				\
58
	$(LIBXML_CFLAGS)
58
	$(LIBXML_CFLAGS)			\
59
	$(LIBCURL_CFLAGS)
59
60
60
libgmyth_la_LDFLAGS = 			\
61
libgmyth_la_LDFLAGS = 			\
61
	-export-dynamic 			\
62
	-export-dynamic 			\
Lines 65-71 Link Here
65
	$(GST_LIBS) 				\
66
	$(GST_LIBS) 				\
66
	$(GSTBASE_LIBS)				\
67
	$(GSTBASE_LIBS)				\
67
	$(GSTPLUGINS_LIBS)			\
68
	$(GSTPLUGINS_LIBS)			\
68
	$(LIBXML_LIBS)
69
	$(LIBXML_LIBS)				\
70
	$(LIBCURL_LIBS)
69
71
70
libgmyth_includedir = 			\
72
libgmyth_includedir = 			\
71
	$(pkgincludedir)
73
	$(pkgincludedir)
(-)src/Makefile.in.orig (-2 / +4 lines)
Lines 338-344 Link Here
338
	$(GSTBASE_CFLAGS)			\
338
	$(GSTBASE_CFLAGS)			\
339
	$(GSTPLUGINSBASE_CFLAGS)	\
339
	$(GSTPLUGINSBASE_CFLAGS)	\
340
	$(MYSQL_CFLAGS)				\
340
	$(MYSQL_CFLAGS)				\
341
	$(LIBXML_CFLAGS)
341
	$(LIBXML_CFLAGS)			\
342
	$(LIBCURL_CFLAGS)
342
343
343
libgmyth_la_LDFLAGS = \
344
libgmyth_la_LDFLAGS = \
344
	-export-dynamic 			\
345
	-export-dynamic 			\
Lines 348-354 Link Here
348
	$(GST_LIBS) 				\
349
	$(GST_LIBS) 				\
349
	$(GSTBASE_LIBS)				\
350
	$(GSTBASE_LIBS)				\
350
	$(GSTPLUGINS_LIBS)			\
351
	$(GSTPLUGINS_LIBS)			\
351
	$(LIBXML_LIBS)
352
	$(LIBXML_LIBS)				\
353
	$(LIBCURL_LIBS)
352
354
353
libgmyth_includedir = \
355
libgmyth_includedir = \
354
	$(pkgincludedir)
356
	$(pkgincludedir)

Return to bug 247748