diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-23 19:02:48 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-23 19:02:48 +0000 |
commit | 5d12b43a2f8b2d07580d6a22d0dd3f141145c94c (patch) | |
tree | 0691195c8883d7d541b58a615018fb03f3828457 /seahorse | |
parent | f7f43249799b7184913eba0d95c90c2798c670c0 (diff) | |
download | contrib-5d12b43a2f8b2d07580d6a22d0dd3f141145c94c.tar.gz contrib-5d12b43a2f8b2d07580d6a22d0dd3f141145c94c.tar.xz |
seahorse: removed b_ndebug=true
Diffstat (limited to 'seahorse')
-rw-r--r-- | seahorse/.signature | 4 | ||||
-rw-r--r-- | seahorse/Pkgfile | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/seahorse/.signature b/seahorse/.signature index ac8df5d7e..7918cf8e0 100644 --- a/seahorse/.signature +++ b/seahorse/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF334+9pSkiQie71sw4PIBOHzm84ALKAuGIRxwznvDzdAkv1xGBbQUIMyan/l267HkaPeMGPzuIbiHHPBNP8xaDAM= -SHA256 (Pkgfile) = 6a8ee4fcdcda5b3e5c3adbcd77ca3823d9d62ecf23aa50083fa9d35564946bff +RWSagIOpLGJF3xagGsfTtPaHDTLSBSrt+WyypYCBPGsatHaTHVbUA3uHYmeVPNkL3V9DYYzq7FeTJJQMiatBQs2o7o/tha1RnQE= +SHA256 (Pkgfile) = c492de379b57a69ba2560f4e511ce5259a20e5233d02627ce3823da993221b31 SHA256 (.footprint) = 51582fffa8800be19c93f2039234f7a925454c2aeac45460ec99e13de3ca28f6 SHA256 (seahorse-3.38.0.1.tar.bz2) = 8cd8a3f852a96af06943169bf67e40b16daa24db845e79df4f226eb5f19ce8ed diff --git a/seahorse/Pkgfile b/seahorse/Pkgfile index 734c0a1e3..5d8282c58 100644 --- a/seahorse/Pkgfile +++ b/seahorse/Pkgfile @@ -14,7 +14,6 @@ build() { --prefix=/usr \ --libexecdir=/usr/lib/$name \ --buildtype=plain \ - -D b_ndebug=true \ -D help=false \ -D key-sharing=false meson compile -C build |