aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-05-05 23:15:25 +0200
committerGilles Chehade <gilles@poolp.org>2020-05-05 23:15:25 +0200
commit37e2373cc97e1edc058037fb2f8467a448667f71 (patch)
treee71b19e4059078cabb67f9dc69b92b6d3a79deee
parentmake (diff)
downloadOpenSMTPD-37e2373cc97e1edc058037fb2f8467a448667f71.tar.xz
OpenSMTPD-37e2373cc97e1edc058037fb2f8467a448667f71.zip
openssl is installed in /usr/local/opt/openssl@1.1
-rw-r--r--.github/workflows/macos-latest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml
index da137203..08ac2492 100644
--- a/.github/workflows/macos-latest.yml
+++ b/.github/workflows/macos-latest.yml
@@ -14,4 +14,4 @@ jobs:
- name: install dependencies
run: brew install automake libevent openssl@1.1
- name: macOS Catalina 10.15
- run: ./bootstrap && ./configure --with-gnu-ld --sysconfdir=/etc/mail --with-auth-pam --with-table-db && make
+ run: ./bootstrap && LDFLAGS=-L/usr/local/opt/openssl@1.1 CFLAGS=-I/usr/local/opt/openssl@1.1 ./configure --with-gnu-ld --sysconfdir=/etc/mail --with-auth-pam --with-table-db && make