Skip to content

Commit

Permalink
Merge pull request #1 from snoonetIRC/remove_gnutls_lib
Browse files Browse the repository at this point in the history
Remove gnutls modules
  • Loading branch information
linuxdaemon authored May 16, 2024
2 parents b78778b + 27eb297 commit 71cdca0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ jobs:
run: |
sudo apt install -y -qq --no-install-recommends \
build-essential \
bison \
flex \
libssl-dev \
pkg-config \
libpcre3-dev \
libwww-perl \
libgnutls28-dev
libwww-perl
- name: Download Source
run: |
Expand Down Expand Up @@ -86,13 +83,10 @@ jobs:
run: |
sudo apt install -y -qq --no-install-recommends \
build-essential \
bison \
flex \
libssl-dev \
pkg-config \
libpcre3-dev \
libwww-perl \
libgnutls28-dev \
make \
cmake \
libmysqlclient-dev
Expand Down
1 change: 0 additions & 1 deletion anope-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ install_extras() {
add_snoonet_module 'os_save.cpp'

add_vendor_extra 'm_mysql.cpp'
add_vendor_extra 'm_ssl_gnutls.cpp'
add_vendor_extra 'm_ssl_openssl.cpp'
add_vendor_extra 'm_regex_posix.cpp'
add_vendor_extra 'm_regex_pcre.cpp'
Expand Down

0 comments on commit 71cdca0

Please sign in to comment.