1
0
forked from ports/contrib

libnma: removed b_ndebug=true

This commit is contained in:
Tim Biermann 2021-01-23 18:31:31 +00:00
parent 20183d9a4e
commit 5bf0bd4c01
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37seV+yaPGW1O+qLLMN3GQeotoMhhpTXQ1EuNCtwmRqnoKX2v0ZzYTFHTB6xGY7fpFI/dIpJEJdfnGycTLMIPws=
SHA256 (Pkgfile) = 462776142db11267f687bfc2a5fad90c24bf5cd6542349bf9518925e446862db
RWSagIOpLGJF39CJsl9CI4vVbqEqxPcVOX0E06R0v4lCL5r1A/Tsze+V0ChrFbZAe33mboId0su5XW7m/PXrQby5dDpDdpgpzwg=
SHA256 (Pkgfile) = 8e990b5371d0b1c86d8a16b9312d7fe0693d34d14d334272dbf73a20f6769864
SHA256 (.footprint) = 4276de43dd9e333d3222661bc38dcfc62115444887fbac0cb149e2a6fde2abef
SHA256 (libnma-1.8.30.tar.bz2) = f651093668f2306f38e5d48f272441e4807ec87aa98d09f7dc260981ff40995d

View File

@ -16,10 +16,9 @@ build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
-Db_ndebug=true \
-Dmobile_broadband_provider_info=false \
-Dgtk_doc=false \
-Dvapi=false
-D mobile_broadband_provider_info=false \
-D gtk_doc=false \
-D vapi=false
meson compile -C build
DESTDIR=$PKG meson install -C build
}