diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2023-05-11 15:27:37 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2023-05-11 18:06:29 +0000 |
commit | 89e2e8a3a292740450d35e45e4536c0500ae9791 (patch) | |
tree | 88f5eee6a96a13f2ea1c6ad8dacb30d440099e6b | |
parent | 8a5f7392388803eac1713e49b4c1d1ab396599c2 (diff) |
community/unit: remove patch
-rw-r--r-- | community/unit/APKBUILD | 4 | ||||
-rw-r--r-- | community/unit/werror.patch | 13 |
2 files changed, 1 insertions, 16 deletions
diff --git a/community/unit/APKBUILD b/community/unit/APKBUILD index 6cea166a3d3..bbc125701a8 100644 --- a/community/unit/APKBUILD +++ b/community/unit/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=unit pkgver=1.30.0 -pkgrel=0 +pkgrel=1 pkgdesc="NGINX Unit is a dynamic web application server" url="https://unit.nginx.org/" arch="all" @@ -26,7 +26,6 @@ source="https://unit.nginx.org/download/unit-$pkgver.tar.gz $pkgname.initd $pkgname.confd $pkgname.logrotate - werror.patch phpver.patch " @@ -111,6 +110,5 @@ cee27016c5445eb44d144a491c6ec36445e45492c09775ec62613dd260e36a9a2d387088e3ae8140 76ca55b0b697361c9799a57414d88c36bc59458af8154f7c4275302ad7694bef4ba4a295685956dd5472d8508bac8e1d1977ff7ff4f46cc443f63ea3e3c35d55 unit.initd f85112726dfcace2b6d94b10669615fef517f5aa10ac858890dd9f5c868a6e2569500f7411f758fcb24c98c9630760d36a74bd33ea510ab0f8ca8cd6cb1fb1e8 unit.confd 723e465162dfdb31881680200221542add414e54ef4f4f1fc57e91b7b57777dfb21c2eee4727ecbba0c1943bb77a2597cc0225b16e334c38258c296d15b1df74 unit.logrotate -c75d873c99f5c9f9ba532c5d1104ad2e69648589f87e7a0947d1b722285a0ddee2b8a02957c7b6efc65ee212f51364760dd84d5b1ddb716b7623d8fe523f1884 werror.patch 2fe9966f54fd5d23316810b0260d966e2093c303d8a9ecea693971fe2243c579ed5db0e41e01fc01e56801387bd19cc72f5b26c45d21e5d48084e9ded384965b phpver.patch " diff --git a/community/unit/werror.patch b/community/unit/werror.patch deleted file mode 100644 index 11b45982f21..00000000000 --- a/community/unit/werror.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/auto/cc/test b/auto/cc/test -index 9c9602d..5b4b8c5 100644 ---- a/auto/cc/test -+++ b/auto/cc/test -@@ -125,8 +125,6 @@ case $NXT_CC_NAME in - - NXT_CFLAGS="$NXT_CFLAGS -Wmissing-prototypes" - -- # Stop on warning. -- NXT_CFLAGS="$NXT_CFLAGS -Werror" - - # Debug. - NXT_CFLAGS="$NXT_CFLAGS -g" |