]> git.pld-linux.org Git - packages/libunicap.git/blob - libunicap-link.patch
- added v4l2 patch and v4l1 bcond (to allow build without V4L1, removed from Linux...
[packages/libunicap.git] / libunicap-link.patch
1 --- libunicap-0.9.12/src/Makefile.am.orig       2010-05-27 09:21:01.000000000 +0200
2 +++ libunicap-0.9.12/src/Makefile.am    2012-01-25 19:38:19.599689823 +0100
3 @@ -4,9 +4,9 @@
4  lib_LTLIBRARIES = libunicap.la
5  
6  if ENABLE_STATIC_CPI
7 -libunicap_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@ @RT_LIBS@ -static
8 +libunicap_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@ -static
9  else
10 -libunicap_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@ @RT_LIBS@
11 +libunicap_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@
12  endif
13  
14  libunicap_la_SOURCES =   \
15 @@ -33,11 +33,13 @@
16  
17  if ENABLE_STATIC_CPI
18  libunicap_la_LIBADD = \
19 +       @PTHREAD_LIBS@ \
20         @DL_LIBS@ \
21         @M_LIBS@ \
22         ../$(LIBV4L2) ../$(LIBV4L) ../$(LIBDCAM) ../$(LIBVID21394)
23  else
24  libunicap_la_LIBADD = \
25 +       @PTHREAD_LIBS@ \
26         @DL_LIBS@ \
27         @M_LIBS@
28  endif
This page took 0.025115 seconds and 3 git commands to generate.