summaryrefslogtreecommitdiff
path: root/exiv2
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-11-22 11:30:07 +0100
committerJuergen Daubert <jue@jue.li>2020-11-22 11:30:07 +0100
commit360a36335d76f119334cce983c17b3c0cde6bfa9 (patch)
treeeaf72d410821dfe46aa135769b94e498a609c13b /exiv2
parent2561ca5b85e2005dca9d63858a2e049a138863f8 (diff)
downloadopt-360a36335d76f119334cce983c17b3c0cde6bfa9.tar.gz
opt-360a36335d76f119334cce983c17b3c0cde6bfa9.tar.xz
remove -DNDEBUG from CFLAGS, should be better specified in pkgmk.conf
Diffstat (limited to 'exiv2')
-rw-r--r--exiv2/.signature4
-rw-r--r--exiv2/Pkgfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/exiv2/.signature b/exiv2/.signature
index 58abb95e1..c3cbe8540 100644
--- a/exiv2/.signature
+++ b/exiv2/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/fLe5u06omesNlsBgIXLDmtSd2ifYj134JfTm2dcul6FpxWe01UXidpCeBJN0wx0EkJe8x8QPpGKH4qDeqxyaQA=
-SHA256 (Pkgfile) = a36f9941c1091c2e6692c55bacf301734542cd3a451ce95c872f6717892a3425
+RWSE3ohX2g5d/fGkzaIpVAB4djRP1zrB2UgIKh5MpWGvUYArFNdqOmRW6dWg3oGr0vDMJ9TFdD6NzXUhmWdg0Dv1z1sBPaLIVQc=
+SHA256 (Pkgfile) = 36a73572bce270eaac4e58ae3b2544fc0e747bbc80ca503b5700191e3e361408
SHA256 (.footprint) = f0be1a2ef91ca7a369adb22e8904c3174a5accad6a1c3286810b4b4b110ecf40
SHA256 (exiv2-0.27.3.tar.gz) = 6398bc743c32b85b2cb2a604273b8c90aa4eb0fd7c1700bf66cbb2712b4f00c1
diff --git a/exiv2/Pkgfile b/exiv2/Pkgfile
index 20013acf5..8624dd94b 100644
--- a/exiv2/Pkgfile
+++ b/exiv2/Pkgfile
@@ -10,7 +10,7 @@ source=(https://github.com/Exiv2/exiv2/archive/v$version/$name-$version.tar.gz)
build() {
- export CXXFLAGS+=" -Wno-deprecated-declarations -DNDEBUG"
+ export CXXFLAGS+=" -Wno-deprecated-declarations"
cmake -S $name-$version -B build \
-D CMAKE_BUILD_TYPE=Release \

Generated by cgit