Skip to content

Commit 9b9dbf6

Browse files
authored
feat: specify apisix-openresty's dependencies (#45)
1 parent 20a721f commit 9b9dbf6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ package-apisix-openresty-rpm:
9393
-a `uname -i` \
9494
-v $(version) \
9595
--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' \
96102
--description "APISIX's OpenResty distribution." \
97103
--license "ASL 2.0" \
98104
-C ${PWD}/build/rpm \

0 commit comments

Comments
 (0)