You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libdc1394/files/libdc1394-2.2.1-pthread.patch

14 lines
332 B

http://bugs.gentoo.org/514008
--- a/dc1394/usb/Makefile.am
+++ b/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 \