Skip to content

Files

Latest commit

Dec 30, 2020
d376958 · Dec 30, 2020

History

History

dig

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 30, 2020
Dec 30, 2020
Dec 30, 2020
Dec 30, 2020

Source: dig

results:

file ./dig
./kdig: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, stripped
dig -v
DiG 9.16.10

Compile note:

./configure --prefix=/mmc --with-openssl=/mmc --without-libxml2 --with-libxml2=no --with-lmdb=no --enable-full-report --without-python

cd lib
make -j7
cd bin/dig
make -j7 LDFLAGS="-static -s" BUILD_LDFLAGS="-static -s"