summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-12-06 23:48:47 +0000
committerTim Biermann <tbier@posteo.de>2020-12-07 00:09:02 +0000
commitc340ba7b82b3fac21069aec43bb6aa570ef8f6bc (patch)
treede6f7bebf9febee0c402340ec1d7c4c207bc3ea2
parent16b9d4e4474e027a2e8c1bc7064c5bccb77983c5 (diff)
downloadcontrib-c340ba7b82b3fac21069aec43bb6aa570ef8f6bc.tar.gz
contrib-c340ba7b82b3fac21069aec43bb6aa570ef8f6bc.tar.xz
arpon: fixed cmake flags
-rw-r--r--arpon/.signature4
-rw-r--r--arpon/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/arpon/.signature b/arpon/.signature
index f84e555a6..2afe1677a 100644
--- a/arpon/.signature
+++ b/arpon/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF37iqKHixEc/V9ff1m7QRUMqfx5EAowWTB5Ocl2xQADcQSvMkgQdvDuQLFVxJguchVmH9wdpwHNCUwBVoHS41kwQ=
-SHA256 (Pkgfile) = e2b99bbc9564f97d09524e84e0252e5b9e0c34b27afcfb4c76039b77bbeffa59
+RWSagIOpLGJF36KW7qj3OzL/b4DrntVaI0217SO9CP196LTLMGuL9ErMFVWn7s+j3Li+HUNi+wW8UykCkqSycYCKYf9bxsVt8Qw=
+SHA256 (Pkgfile) = 7c2010ecb58bf6e49d14c05399ee593d692c93e2ecdef9acd8b398dce88831bc
SHA256 (.footprint) = 8025ac39d61d0f228f05023a9c995fde0a026ba3943a69af1c517e8ea46747dd
SHA256 (ArpON-3.0-ng.tar.gz) = ea55d1641b4573b19103ca596368e418aecd2a1409adbdce3a9f76dc8ebad590
SHA256 (arpon) = 295d1363e52e0c0f4799651a0da2e60d6da0178b5eac8276fb256fc47feae2c6
diff --git a/arpon/Pkgfile b/arpon/Pkgfile
index 9a3873732..addcd4f4b 100644
--- a/arpon/Pkgfile
+++ b/arpon/Pkgfile
@@ -20,8 +20,8 @@ build() {
cmake -S ArpON-$version -B build $PKGMK_ARPON \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
- -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS -DNDEBUG" \
- -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG -Wno-error=stringop-truncation" \
+ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
+ -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -Wno-error=stringop-truncation" \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build

Generated by cgit