summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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
}