commit 4406ac2aeb42de4a8ef617827ec0938b7276cb10
Author: phantomjinx <[email protected]>
Date:   Thu Jul 22 14:22:55 2010 +0100

    Fix for dlopen bug in Fedora 13
    
    * Makefile.am
     * Ensure -ldl is explicitly linked

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 6b343cf..15eea82 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,7 +34,7 @@ gtkpod_SOURCES = \
     gtkpod.c gtkpod.h \
     main.c
 
-gtkpod_LDADD = $(GTKPOD_LIBS) $(INTLLIBS) @LIBOBJS@
+gtkpod_LDADD = $(GTKPOD_LIBS) $(INTLLIBS) -ldl @LIBOBJS@
     
 EXTRA_DIST = getopt.h
 

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to