diff options
author | synnick | 2020-01-30 18:21:15 +0100 |
---|---|---|
committer | synnick | 2020-01-30 18:21:15 +0100 |
commit | 3693b76bc5c48aab9a344950b6f279ced160f48b (patch) | |
tree | 72ffffd2f3820fbc7a4a7835cbfa358ee71bd7bc | |
parent | 8c3cba8a943a0815fe8a2653385718a12e3f9314 (diff) | |
download | aur-3693b76bc5c48aab9a344950b6f279ced160f48b.tar.gz |
Adjust build flags
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 4 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = monopticon pkgdesc = Ethernet traffic visualizer for zeek pkgver = 0.3.3 - pkgrel = 2 + pkgrel = 3 url = https://github.com/nskelsey/monopticon arch = x86_64 license = GPL @@ -1,7 +1,7 @@ # Maintainer: Nick Skelsey <nskelsey@gmail.com> pkgname=monopticon pkgver=0.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="Ethernet traffic visualizer for zeek" arch=('x86_64') url="https://github.com/nskelsey/monopticon" @@ -15,11 +15,9 @@ build() { mkdir -p build cd build cmake \ - -DBROKER_ROOT_DIR=/opt/zeek \ - -DMAGNUMINTEGRATION_INCLUDE_DIR=/usr/include/lib/ \ - -DIMGUI_DIR=/opt/imgui/ \ -DCMAKE_BUILD_TYPE=Release \ - -DImGui_INCLUDE_DIR=/opt/imgui .. + -DBROKER_ROOT_DIR=/opt/zeek \ + -DIMGUI_DIR=/opt/imgui/ .. cmake --build . } |