mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/wireshark: fix libdir
get rid of /us/lib64. It confused abuild and resulted in development files ended up in -common subpackage.
This commit is contained in:
parent
d6ce672760
commit
93a228295b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user