diff options
author | Tim Biermann <tbier@posteo.de> | 2020-12-06 23:51:37 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-12-07 00:09:02 +0000 |
commit | 79f5a0bc0b83d0e1ea13281a49366cf452d65c6a (patch) | |
tree | dae1bfc37b719feafbdde4856639c384b3b86b4c /ebook-tools | |
parent | c9660872b83ad0eb518783cd127b3d89c33d50f9 (diff) | |
download | contrib-79f5a0bc0b83d0e1ea13281a49366cf452d65c6a.tar.gz contrib-79f5a0bc0b83d0e1ea13281a49366cf452d65c6a.tar.xz |
ebook-tools: fixed cmake flags
Diffstat (limited to 'ebook-tools')
-rw-r--r-- | ebook-tools/.signature | 4 | ||||
-rw-r--r-- | ebook-tools/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ebook-tools/.signature b/ebook-tools/.signature index bf95ead55..49ea02029 100644 --- a/ebook-tools/.signature +++ b/ebook-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF330sXLDRkxc3CwCJV23CawbRmlOmXuwuq3XHpHOni89DHDsIwvgG0/j3mTiTvYaDL8uAj8JJcqZPL8F+Z8+Tdgg= -SHA256 (Pkgfile) = f112a07bfa2c2c1a9f7854f14dfaa75899302ae62ac3fdfc1497617bb6a46f63 +RWSagIOpLGJF36a1+xF6/EYgs+XvTEvqmNRP45EOT0jTAJy9dAjLSImUIC1w0+6kUCy8jheAm1hLgYTs8a/Wye/dxBvdPLnfSAI= +SHA256 (Pkgfile) = a6be0dcc5ddaae6e1be2542c68feecd559d60be24739286e6fe5963de8b4e003 SHA256 (.footprint) = 5b8b4f54bb379770a3b81c2a5a4f2ca1913a2799ffed0a2c5f5defa3154a7d41 SHA256 (ebook-tools-0.2.2.tar.gz) = cbc35996e911144fa62925366ad6a6212d6af2588f1e39075954973bbee627ae diff --git a/ebook-tools/Pkgfile b/ebook-tools/Pkgfile index 2a63c07ab..807cc190d 100644 --- a/ebook-tools/Pkgfile +++ b/ebook-tools/Pkgfile @@ -13,8 +13,8 @@ build() { cmake -S $name-$version -B build $PKGMK_EBOOKTOOLS \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS -DNDEBUG" \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -Wno-dev cmake --build build DESTDIR=$PKG cmake --install build |