The next patch, over issue #265, makes the final ELF file have DT_NEEDED
entries for nautilus and gtk libs. It is the correct thing(TM) to do and
allows the automatic rpm dependency extractor to work correctly.
--- src/Makefile.am
+++ src/Makefile.am
@@ -80,7 +80,8 @@
$(AM_CFLAGS)
libgnome_mplayer_properties_page_la_LDFLAGS = -module -avoid-version
-
+
+libgnome_mplayer_properties_page_la_LIBADD = $(NAUTILUS_LIBS) $(GTK_LIBS)
endif #HAVE_NAUTILUS
Original issue reported on code.google.com by Christia...@gmail.com on 20 Aug 2009 at 2:16
Original issue reported on code.google.com by
Christia...@gmail.com
on 20 Aug 2009 at 2:16