]> git.ipfire.org Git - thirdparty/snapper.git/commit
Add missing pthread library for server 409/head
authorAdam Majer <amajer@suse.de>
Tue, 22 May 2018 07:43:21 +0000 (09:43 +0200)
committerAdam Majer <amajer@suse.de>
Tue, 22 May 2018 07:43:21 +0000 (09:43 +0200)
commit4f3f9d516c68c99b412b6e4b2eaa6e25f389b337
tree7dbf58a26583a41d637ea43d36fb0d0b0c891977
parentd7658228c04f40d7c1e870daa500621c72df526d
Add missing pthread library for server

While building snapper with Boost 1.67, the following error
occurred,

/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: Client.o: undefined reference to symbol 'pthread_condattr_setclock@@GLIBC_2.3.3'
/lib64/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:440: snapperd] Error 1
make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.5.4/server'
server/Makefile.am