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 346842c commit 6a4d884Copy full SHA for 6a4d884
action.yml
@@ -94,7 +94,9 @@ runs:
94
libjpeg-dev \
95
libpng-dev \
96
libavif-dev \
97
- libfreetype6-dev
+ libfreetype6-dev \
98
+ libc-client-dev \
99
+ libkrb5-dev
100
cd ..
101
102
- name: Configure build
@@ -148,8 +150,11 @@ runs:
148
150
--enable-unix-sockets \
149
151
--enable-cookies \
152
--enable-socketpair \
- --enable-sspi \
- --enable-http-auth
153
+ --enable-sspi \
154
+ --enable-http-auth \
155
+ --with-imap \
156
+ --with-imap-ssl \
157
+ --with-kerberos
158
159
cd ../
160
0 commit comments