summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2020-01-17 23:25:34 +0900
committerBuildTools2020-01-17 23:25:34 +0900
commit4bcf95d00d5a54a40699cf9ddf926f4ca0c3d81b (patch)
tree25024a8c7c8e94f9d7031c8fde8368f224c66490
parentb70f4cc79709adbe99a5ab440176500e8d1510f7 (diff)
downloadaur-4bcf95d00d5a54a40699cf9ddf926f4ca0c3d81b.tar.gz
Update to 1.0.0-3
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cf25ddb3b86..bab9ac3c966a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "${srcdir}/JDim"
autoreconf -i
- ./configure --prefix=/usr --with-stdthread --with-gtkmm3
+ ./configure --prefix=/usr --with-gtkmm3 --with-thread=std --with-tls=openssl
make
}