aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-04-10 11:51:56 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-04-10 11:57:13 +0200
commitccfb1ad66dd4b4fdb612dbe7b982ac7011d384a4 (patch)
tree519db772a79a08e2eaaa239b2bdcbbeccc14ac8d
parent83787c6b88faa12df70f60564faf5c4f6b040143 (diff)
community/wireshark: set CMake build type to None
-rw-r--r--community/wireshark/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index a6123bcb2d7..30b06b1766a 100644
--- a/community/wireshark/APKBUILD
+++ b/community/wireshark/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireshark
pkgver=3.2.3
-pkgrel=0
+pkgrel=1
pkgdesc="A network protocol analyzer"
url="https://www.wireshark.org"
arch="all !armhf" # blocked by qt5-qtdeclarative
@@ -202,6 +202,7 @@ build() {
cmake CMakeLists.txt \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=None \
-DENABLE_GNUTLS=ON \
-DENABLE_LUA=ON
make