Package: qpxtool / 0.7.1.002-4

03-ftbfs_kfreebsd.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Link against libcam to fix FTBFS on kfreebsd.
Author: Alessio Treglia <alessio@debian.org>
---
 lib/qpxtransport/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- qpxtool.orig/lib/qpxtransport/Makefile
+++ qpxtool/lib/qpxtransport/Makefile
@@ -19,6 +19,6 @@ VER_MAJOR  = 0
 VER_MINOR  = 7
 VER_MICRO  = 0
 
-LDLIBS += $(LIBS_HW) $(LIBS_THREAD) $(LIBS_INET)
+LDLIBS += $(LIBS_HW) $(LIBS_THREAD) $(LIBS_INET) $(QPXTRANSPORT_EXTRA_LIBS)
 
 include ../Makefile.lib