aboutsummaryrefslogtreecommitdiffstats
path: root/community/wireshark/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-19 13:26:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-19 13:28:00 +0000
commit93a228295b795ffdeea3e7c65525c0c191751a48 (patch)
tree34bce9443d619452055ff41323cf27324dd5ef6d /community/wireshark/APKBUILD
parentd6ce67276095350aeb68c8394052f0767551cc81 (diff)
community/wireshark: fix libdir
get rid of /us/lib64. It confused abuild and resulted in development files ended up in -common subpackage.
Diffstat (limited to 'community/wireshark/APKBUILD')
-rw-r--r--community/wireshark/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index dfdf67940a5..14671038402 100644
--- a/community/wireshark/APKBUILD
+++ b/community/wireshark/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireshark
pkgver=3.0.7
-pkgrel=0
+pkgrel=1
pkgdesc="A network protocol analyzer"
url="https://www.wireshark.org"
arch="all"
@@ -192,6 +192,7 @@ source="https://1.as.dl.wireshark.org/src/wireshark-$pkgver.tar.xz
build() {
cmake CMakeLists.txt \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
-DENABLE_GNUTLS=ON \
-DENABLE_LUA=ON
make