chiark / gitweb /
build-sys: add -pthread flag for libsystemd-shared
authorRonny Chevalier <chevalier.ronny@gmail.com>
Sat, 21 Jun 2014 20:07:09 +0000 (22:07 +0200)
committerTom Gundersen <teg@jklm.no>
Sat, 21 Jun 2014 22:36:19 +0000 (00:36 +0200)
commit8e75477abdd838d3beddc5fd1c6a7707b22748b6
tree5ff1769deaf02fa5dc99148459ad26b540fdb6ac
parentaac5ad0d25adde34e73ae1e696834c91caa661c9
build-sys: add -pthread flag for libsystemd-shared

src/shared/async.c uses pthread so it will fail at link time if we link
only to libsystemd-shared and use async
Makefile.am