File: link-with-pthread

package info (click to toggle)
libdc1394 2.2.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,080 kB
  • sloc: ansic: 17,304; sh: 11,542; makefile: 207
file content (11 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
--- a/dc1394/Makefile.am
+++ b/dc1394/Makefile.am
@@ -32,7 +32,7 @@
 
 if HAVE_LINUX
 if HAVE_LIBRAW1394
-  LINUX_LIBADD = linux/libdc1394-linux.la
+  LINUX_LIBADD = linux/libdc1394-linux.la -lpthread
 endif
   JUJU_LIBADD = juju/libdc1394-juju.la
 endif