We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a721f commit 9b9dbf6Copy full SHA for 9b9dbf6
Makefile
@@ -93,6 +93,12 @@ package-apisix-openresty-rpm:
93
-a `uname -i` \
94
-v $(version) \
95
--iteration $(iteration) \
96
+ -x openresty/zlib \
97
+ -x openresty/openssl111 \
98
+ -x openresty/pcre \
99
+ -d 'openresty-zlib >= 1.2.11-3' \
100
+ -d 'openresty-openssl111 >= 1.1.1h-1' \
101
+ -d 'openresty-pcre >= 8.44-1' \
102
--description "APISIX's OpenResty distribution." \
103
--license "ASL 2.0" \
104
-C ${PWD}/build/rpm \
0 commit comments