Skip to content

Instantly share code, notes, and snippets.

@Grommish
Created February 13, 2021 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Grommish/4bad9a1dfc7594652a58bc7fa84d3133 to your computer and use it in GitHub Desktop.
Save Grommish/4bad9a1dfc7594652a58bc7fa84d3133 to your computer and use it in GitHub Desktop.
root@OpenWrt:/# pdns_recursor --version
Feb 04 15:46:03 PowerDNS Recursor 4.4.2 (C) 2001-2020 PowerDNS.COM BV
Feb 04 15:46:03 Using 64-bits mode. Built using gcc 10.2.0.
Feb 04 15:46:03 PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2.
Feb 04 15:46:03 Features: fcontext libcrypto-ecdsa libcrypto-ed25519 libcrypto-ed448 libcrypto-eddsa lua nod protobuf dnstap-framestream
Feb 04 15:46:03 Configured with: " '--target=mips64-openwrt-linux' '--host=mips64-openwrt-linux' '--build=x86_64-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--libexecdir=/usr/lib' '--sysconfdir=/etc' '--datadir=/usr/share' '--localstatedir=/var' '--mandir=/usr/man' '--infodir=/usr/info' '--disable-nls' '--sysconfdir=/etc/powerdns' '--with-lua=lua' '--without-libcap' '--without-libsodium' '--with-protobuf' '--without-net-snmp' '--enable-reproducible' '--disable-silent-rules' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=mips64-openwrt-linux' 'target_alias=mips64-openwrt-linux' 'CC=mips64-openwrt-linux-musl-gcc' 'CFLAGS=-Os -pipe -mno-branch-likely -march=octeon+ -mabi=64 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/home/grommish/openwrt/build_dir/target-mips64_octeonplus_64_musl/pdns-recursor-4.4.2=pdns-recursor-4.4.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro ' 'LDFLAGS=-L/home/grommish/openwrt/staging_dir/toolchain-mips64_octeonplus_64_gcc-10.2.0_musl/usr/lib -L/home/grommish/openwrt/staging_dir/toolchain-mips64_octeonplus_64_gcc-10.2.0_musl/lib -znow -zrelro ' 'CPPFLAGS=-I/home/grommish/openwrt/staging_dir/toolchain-mips64_octeonplus_64_gcc-10.2.0_musl/usr/include -I/home/grommish/openwrt/staging_dir/toolchain-mips64_octeonplus_64_gcc-10.2.0_musl/include/fortify -I/home/grommish/openwrt/staging_dir/toolchain-mips64_octeonplus_64_gcc-10.2.0_musl/include ' 'CXX=mips64-openwrt-linux-musl-g++' 'CXXFLAGS=-Os -pipe -mno-branch-likely -march=octeon+ -mabi=64 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -fmacro-prefix-map=/home/grommish/openwrt/build_dir/target-mips64_octeonplus_64_musl/pdns-recursor-4.4.2=pdns-recursor-4.4.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro ' 'PKG_CONFIG=/home/grommish/openwrt/staging_dir/host/bin/pkg-config' 'PKG_CONFIG_PATH=/home/grommish/openwrt/staging_dir/target-mips64_octeonplus_64_musl/usr/lib/pkgconfig:/home/grommish/openwrt/staging_dir/target-mips64_octeonplus_64_musl/usr/share/pkgconfig' 'PKG_CONFIG_LIBDIR=/home/grommish/openwrt/staging_dir/target-mips64_octeonplus_64_musl/usr/lib/pkgconfig:/home/grommish/openwrt/staging_dir/target-mips64_octeonplus_64_musl/usr/share/pkgconfig'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment