fmt: fixed cmake flags

This commit is contained in:
Tim Biermann 2020-12-06 23:53:17 +00:00
parent c4c29a9c49
commit 09500d8f23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF305llkSJN42WnRdORdrRIuh/+mBO4qU2jSl4HriNmmwZ5WB9JMYv3AfCgF867IakSOapfNUO0nQKzcK2kxL82AU=
SHA256 (Pkgfile) = 2f0c663b27fb83cb7b2c5b0e987df2ae86f32d8e9a2366d0d241b66fdab96918
RWSagIOpLGJF36wJTqvbeJgEd/CRAI/I4ypRSqrtjHdwwQLfI3hOVIGu++MJ6MT3Ns8EKtiPxoH08VPLONa+31fDaDq3ogAI5gE=
SHA256 (Pkgfile) = e6edab0af77e4e9cb34b6943d7ee37e79fc834a93c2eca88c5c792856868980b
SHA256 (.footprint) = 4b890f044167a1c6f8594cf4019b1cf0eb9b8fd3eb6b7779f0e88c18b757a456
SHA256 (fmt-7.1.3.tar.gz) = 5cae7072042b3043e12d53d50ef404bbb76949dad1de368d7f993a15c8c05ecc

View File

@ -14,8 +14,8 @@ build() {
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-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