Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra/files: cinelerra-underlinking.patch
Date: Fri, 23 Dec 2011 03:17:14
Message-Id: 20111223031704.9791D2004C@flycatcher.gentoo.org
1 ssuominen 11/12/23 03:17:04
2
3 Added: cinelerra-underlinking.patch
4 Log:
5 Fix underlinking (missing -ldl as used by pluginserver.C) wrt #367509 by Diego Elio Pettenò
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-video/cinelerra/files/cinelerra-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: cinelerra-underlinking.patch
16 ===================================================================
17 http://bugs.gentoo.org/367509
18
19 pluginserver.C is using dlsym, dlopen, dlclose and dlerror
20
21 --- cinelerra/Makefile.am
22 +++ cinelerra/Makefile.am
23 @@ -685,6 +685,7 @@
24 $(FIREWIRE_LDFLAGS) \
25 $(LIBDV_LIBS) \
26 -luuid \
27 - $(MJPEG_LIBS)
28 + $(MJPEG_LIBS) \
29 + -ldl
30
31 EXTRA_DIST = gen-feather-h