frank90psi / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

libgnome-mplayer-properties-page, missing DT_NEEDED entries #266

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
I don't think this patch applies anymore either.

Original comment by kdeko...@gmail.com on 20 Aug 2009 at 3:51