aboutsummaryrefslogtreecommitdiffstats
path: root/main/exiv2
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-20 18:33:21 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-21 18:12:22 +0100
commit20b13d17d07ee2958a377d95f3ad14826ff9ddf9 (patch)
treed495d22702e19aa7451c67959af2cf158570cfee /main/exiv2
parentb94680c47045c5341cb09867067098a02b00024e (diff)
downloadaports-20b13d17d07ee2958a377d95f3ad14826ff9ddf9.tar.bz2
aports-20b13d17d07ee2958a377d95f3ad14826ff9ddf9.tar.xz
main/*: make CMake and meson respect our C{,PP,XX}FLAGS
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
Diffstat (limited to 'main/exiv2')
-rw-r--r--main/exiv2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/exiv2/APKBUILD b/main/exiv2/APKBUILD
index 40a1751094..a7c15a8f9a 100644
--- a/main/exiv2/APKBUILD
+++ b/main/exiv2/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=exiv2
pkgver=0.27.2
-pkgrel=2
+pkgrel=3
pkgdesc="Exif and Iptc metadata manipulation library and tools."
url="https://exiv2.org"
arch="all"
@@ -35,7 +35,7 @@ prepare() {
build() {
cd "$builddir"/build
cmake .. \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build .