mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix(nmap)
This commit is contained in:
parent
c8e7cd6a22
commit
c90d84ce65
1 changed files with 9 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue