mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +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/
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue