diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-05-22 10:27:22 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-05-22 10:27:22 -0500 |
commit | 6c2bc789b99f113f9d9017d8e1e15fca7c7fe467 (patch) | |
tree | 700dd508abbca7cdc87fdb70fe72fa1041eafc18 /httpup | |
parent | 2204a493967cce917793947d08fc7def83147dde (diff) | |
download | core-6c2bc789b99f113f9d9017d8e1e15fca7c7fe467.tar.gz core-6c2bc789b99f113f9d9017d8e1e15fca7c7fe467.tar.xz |
httpup: added workaround to build with gcc 12.x
Diffstat (limited to 'httpup')
-rw-r--r-- | httpup/.signature | 4 | ||||
-rw-r--r-- | httpup/Pkgfile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/httpup/.signature b/httpup/.signature index b193bb06..ae8ef7c7 100644 --- a/httpup/.signature +++ b/httpup/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqs7bsMJcSG5RfZtzLLuvpuOfqYcgso87L7pXv8gQxwWyRJwi2f3vPK9yWEGi+wbWaZeU8wQAQssy1oTUVeIRhgU= -SHA256 (Pkgfile) = 49547d6d3922d0df87d55db4ba5a35c3304efc0f667f5ff5a35c790e9309140d +RWRJc1FUaeVeqm21c5A4oHqT1ZUMhopCyDSniqzfHctEeO54bWKYCu7XoYE1VYeR7xIAmqCqyNtlBOvdsrzz1mwpme9tEC2rxQw= +SHA256 (Pkgfile) = fd242ba2cd9ebc5ba3c47e49344ae6c2a969354fcfe1b4c8d75aa58ed97df925 SHA256 (.footprint) = e003004c0d164e3c82b062f16f30167565043c34aa58260fdf8d5771f14e4cc6 SHA256 (httpup-0.5.0.tar.xz) = c61db05e60895a6eb075df6651d20352917945c9e46b20957dbb276b501ca494 SHA256 (httpup) = b95756969ba3fe30a3bdb7addc34fdab26b4ea08ac8fddfd223fd28ac14c9af5 diff --git a/httpup/Pkgfile b/httpup/Pkgfile index 15f2684c..d803ca8b 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -9,6 +9,7 @@ release=1 source=(https://crux.nu/files/$name-$version.tar.xz httpup) build() { + export CPPFLAGS="-Wno-error=mismatched-new-delete" cd $name-$version make make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install |