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 6aa16ad9f60f..32048dcebeb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ build() {
cd $srcdir/mumble-${pkgver//_/\~}~snapshot
qmake-qt5 main.pro \
- CONFIG+="no-client no-bonjour no-ice optimize" \
+ CONFIG+="no-client no-bonjour no-ice" \
INCLUDEPATH+="/usr/include/openssl-1.0" \
QMAKE_LFLAGS+="-L/usr/lib/openssl-1.0 -lssl -lcrypto"