diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-23 18:48:12 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-23 18:48:12 +0000 |
commit | 10a71a7bb2a8f3c50a8c6c0c0025303eba5eb3bb (patch) | |
tree | 11628f5d4bd08b5f5ced8fce1021ffb466630592 /libpeas | |
parent | 62e605c399fab7c3aa938c8bb3893df136dd3806 (diff) | |
download | contrib-10a71a7bb2a8f3c50a8c6c0c0025303eba5eb3bb.tar.gz contrib-10a71a7bb2a8f3c50a8c6c0c0025303eba5eb3bb.tar.xz |
libpeas: removed b_ndebug=true
Diffstat (limited to 'libpeas')
-rw-r--r-- | libpeas/.signature | 4 | ||||
-rw-r--r-- | libpeas/Pkgfile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/libpeas/.signature b/libpeas/.signature index 68416810b..49819e08c 100644 --- a/libpeas/.signature +++ b/libpeas/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xPk+V2oHeNfpoA3PLwPLyH6FZkXJFP+y0XUWQtuMUWrhbqXWPQJ2o1tiKiVys7Vs7NdrFlIBQefH6WiHaIC7A0= -SHA256 (Pkgfile) = 383e495be6bb4f966a8e2918578cf642a95ca4f1ed7f78ca7460a0348901e68f +RWSagIOpLGJF350QXWKe4L4yAMgwmB4ZSHm7gxGfqtXY+wkQPbzItSOfW4tppsMyGtKnyYZuSQcsyoYOYKn/iDqMPOqTqZXDoAg= +SHA256 (Pkgfile) = 2820f0100debb9338e5dc653ac8ec1df80da5234dd58fa073185f012cdd82fc1 SHA256 (.footprint) = b1bc522958286571edfc33aa2bf81867c098f4436a9d539d57e165cab9a731f8 SHA256 (libpeas-1.28.0.tar.xz) = 42d91993b46ed50f16add6d9577ecc22beb8e2dffa7101e2232c2b63733b8b15 diff --git a/libpeas/Pkgfile b/libpeas/Pkgfile index 9de647532..33f29cbfd 100644 --- a/libpeas/Pkgfile +++ b/libpeas/Pkgfile @@ -11,8 +11,7 @@ source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.t build() { meson setup build $name-$version \ --prefix=/usr \ - --buildtype=plain \ - -D b_ndebug=true + --buildtype=plain meson compile -C build -j ${JOBS:-1} DESTDIR=$PKG meson install -C build |