Added --enable-threadsafe config option

This commit is contained in:
Stadler Kleeb Hans-Christian
2016-04-11 11:27:16 +02:00
parent fdf38924e7
commit d1786b473d

View File

@@ -6,6 +6,7 @@ pbuild::configure() {
--enable-shared \
--enable-cxx \
--enable-unsupported \
--enable-threadsafe \
--with-pic \
|| exit 1
}