diff options
author | Tim Biermann <tbier@posteo.de> | 2020-12-07 00:06:47 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-12-07 00:09:04 +0000 |
commit | 6d4a32b21f00f63905653e36b81e68d0567b2f42 (patch) | |
tree | 8dbd40dc428d64a636c792b9ae5637c273971703 /tidy | |
parent | 54466654983cdcba6003089a46bd1f5a57a3ca8d (diff) | |
download | contrib-6d4a32b21f00f63905653e36b81e68d0567b2f42.tar.gz contrib-6d4a32b21f00f63905653e36b81e68d0567b2f42.tar.xz |
tidy: fixed cmake flags
Diffstat (limited to 'tidy')
-rw-r--r-- | tidy/.signature | 4 | ||||
-rw-r--r-- | tidy/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tidy/.signature b/tidy/.signature index f9d2ff2a4..c260b49ca 100644 --- a/tidy/.signature +++ b/tidy/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/SoaX4avkhlxm+70AxaBF5ztJnXuonIHGu2T37PxRiqXtOM2HKCHNATqaJVgIAjjCx+B6Q7kmsZsvZBpBYOPQE= -SHA256 (Pkgfile) = d3067659b1039b7f41ab9043350812e826048877dcd3de964192f3619977d26b +RWSagIOpLGJF36nYQ7ogRIlH00Ut67s/uaWGbSS7OXsJTZTuML1ipEUHPtek4xUq5OkxQZcbUrglwvO1nJsxTWjv7+lGX7R1Rg0= +SHA256 (Pkgfile) = a42950b85ff0a01072aaf7431c7714cfb2b37384891439c83c440a407382c3c8 SHA256 (.footprint) = 4fd164f764385da9f0b35ae3bee909a2c63fcd35bf58e9c3e7326a589e2ef562 SHA256 (tidy-d1b906991a7587688d384b648c55731f9be52506.tar.gz) = fa440efd18a455663d6d7f01e3a564cc2d270427a216c7fc16466b6b6de7dcb0 diff --git a/tidy/Pkgfile b/tidy/Pkgfile index 264ea834e..fee3ac83e 100644 --- a/tidy/Pkgfile +++ b/tidy/Pkgfile @@ -14,8 +14,8 @@ build() { cmake -S tidy-html5-$commit -B build $PKGMK_TIDY \ -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 |