fix(nmap)

This commit is contained in:
Jacob Heider 2023-05-22 13:43:03 -04:00 committed by Jacob Heider
parent c8e7cd6a22
commit c90d84ce65

View file

@ -10,20 +10,23 @@ versions:
- /.tgz/
dependencies:
openssl.org: '*'
openssl.org: ^1.1
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/patch: '*'
script: |
crates.io/semverator: '*'
script:
# https://github.com/openresty/openresty/issues/372
- >
semverator satisfies '<7.94.0' {{version}} &&
patch -p1 <props/openssl-1.1.1.patch
./configure --prefix={{prefix}}
make -j {{hw.concurrency}}
make install
- ./configure --prefix={{prefix}}
- make -j {{hw.concurrency}}
- make install
test:
make test