add libpthread to btreplay/Makefile LIBS
authorEric Sandeen <sandeen@redhat.com>
Mon, 22 Feb 2010 18:56:52 +0000 (19:56 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 22 Feb 2010 18:56:52 +0000 (19:56 +0100)
commit0d76d14f46195eb4295c35bf15531890378c7684
tree1327d2239789f89750b81dfede1eb4e4b9f44fe4
parent2e37a10ee8b470b805e7c26c703073dbc54ca84e
add libpthread to btreplay/Makefile LIBS

Fedora linking changes picked this up:

/usr/bin/ld: btreplay.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_create@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line

See also https://bugzilla.redhat.com/show_bug.cgi?id=564775

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
btreplay/Makefile