mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Fix OSX build without GeoIP brew package
This commit is contained in:
parent
d9101a4fe1
commit
900e7bcd06
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -102,7 +102,6 @@ jobs:
|
||||
lua \
|
||||
libmaxminddb \
|
||||
libxml2 \
|
||||
geoip \
|
||||
ssdeep \
|
||||
pcre \
|
||||
bison \
|
||||
@ -111,6 +110,13 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Build GeoIP
|
||||
run: |
|
||||
git clone https://github.com/maxmind/geoip-api-c.git
|
||||
cd geoip-api-c
|
||||
autoreconf --install
|
||||
./configure --disable-dependency-tracking --disable-silent-rules --prefix=/opt/homebrew
|
||||
make install
|
||||
- name: build.sh
|
||||
run: ./build.sh
|
||||
- name: configure
|
||||
|
Loading…
x
Reference in New Issue
Block a user