tags 553968 patch
thanks

Hello,

Attached is the patch applied in Ubuntu to fix this problem.
https://launchpad.net/ubuntu/+source/blktrace/1.0.1-2ubuntu1
Description: add necessary library to fix linking failure with --no-add-needed
Author: Ilya Barygin <[email protected]>
Bug-Debian: http://bugs.debian.org/553968

--- blktrace-1.0.1.orig/btreplay/Makefile
+++ blktrace-1.0.1/btreplay/Makefile
@@ -13,7 +13,7 @@
 override CFLAGS += $(INCS) $(XCFLAGS) $(OCFLAGS)
 
 PROGS	= btrecord btreplay
-LIBS	= -laio -lrt
+LIBS	= -laio -lrt -lpthread
 
 all: depend $(PROGS)
 

Reply via email to