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