ssuominen    14/06/20 12:54:23

  Added:                libdc1394-2.2.1-pthread.patch
  Log:
  Since capture.c in dc1394/usb/ directory is using pthread_join and 
pthread_create functions, link to -lpthread accordingly wrt #514008
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.1                  media-libs/libdc1394/files/libdc1394-2.2.1-pthread.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/files/libdc1394-2.2.1-pthread.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/files/libdc1394-2.2.1-pthread.patch?rev=1.1&content-type=text/plain

Index: libdc1394-2.2.1-pthread.patch
===================================================================
http://bugs.gentoo.org/514008

--- dc1394/usb/Makefile.am
+++ dc1394/usb/Makefile.am
@@ -8,7 +8,7 @@
 endif
 
 AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/dc1394 $(LIBUSB_CFLAGS)
-libdc1394_usb_la_LIBADD = $(LIBUSB_LIBS)
+libdc1394_usb_la_LIBADD = $(LIBUSB_LIBS) -lpthread
 libdc1394_usb_la_SOURCES =  \
        control.c \
        usb.h \




Reply via email to