[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    NAG: kdemultimedia build fails in akode/lib
From:       Alfons Hoogervorst <alfons () proteus ! demon ! nl>
Date:       2004-07-14 21:49:37
Message-ID: 20040714234937.141266dd () proteus ! demon ! nl
[Download RAW message or body]

Lo,

The akode plugin lib fails building because its Makefile.am fails to
include libdl.

Patch attached.

Bye.

-- 
Ecuación algebraico sin solución posible,
a menos de poseer profundos conocimientos
en matemática - Revueltas (Ocho Por Radio)

["akode_lib_Makefile.am.patch" (text/plain)]

Index: akode/lib/Makefile.am
===================================================================
RCS file: /home/kde/kdemultimedia/akode/lib/Makefile.am,v
retrieving revision 1.9
diff -u -r1.9 Makefile.am
--- akode/lib/Makefile.am	14 Jul 2004 16:04:02 -0000	1.9
+++ akode/lib/Makefile.am	14 Jul 2004 21:43:54 -0000
@@ -12,7 +12,7 @@
                       streamtoframe_decoder.cpp frametostream_decoder.cpp
 
 libakode_la_LDFLAGS = -no-undefined -version-info 1:0:0 $(all_libraries)
-libakode_la_LIBADD =  $(LIBPTHREAD)
+libakode_la_LIBADD =  $(LIBPTHREAD) $(LIBDL)
 
 libakode_includedir	= $(includedir)/akode
 libakode_include_HEADERS = decoder.h streamdecoder.h framedecoder.h \


>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic