Merging upstream version 2.3.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f3ce14142a
commit
ce06587ac5
62 changed files with 3847 additions and 68733 deletions
26
.lgtm.yml
Normal file
26
.lgtm.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
extraction:
|
||||
cpp:
|
||||
prepare:
|
||||
packages:
|
||||
- build-essential
|
||||
- automake
|
||||
- autoconf
|
||||
- libtool
|
||||
- pkg-config
|
||||
- libpcap-dev
|
||||
- libldns-dev
|
||||
- libyaml-perl
|
||||
- zlib1g-dev
|
||||
- libssl-dev
|
||||
after_prepare:
|
||||
- git clone https://github.com/DNS-OARC/cryptopANT.git
|
||||
- cd cryptopANT
|
||||
- ./autogen.sh
|
||||
- ./configure --prefix="$PWD/../root"
|
||||
- make
|
||||
- make install
|
||||
- cd ..
|
||||
configure:
|
||||
command:
|
||||
- ./autogen.sh
|
||||
- ./configure --with-extra-cflags="-I $PWD/root/include" --with-extra-ldflags="-L$PWD/root/lib"
|
Loading…
Add table
Add a link
Reference in a new issue