diff -Naur old/config.mk new/config.mk --- old/config.mk 2017-04-17 14:33:32.504351936 -0500 +++ new/config.mk 2017-04-17 14:34:27.061557282 -0500 @@ -83,9 +83,9 @@ # Strip executables and shared libraries on install. WITH_STRIP:=no # Build static libraries -WITH_STATIC_LIBRARIES:=no +WITH_STATIC_LIBRARIES:=yes # Build with async dns lookup support for bridges (temporary). Requires glibc. #WITH_ADNS:=yes @@ -272,7 +272,7 @@ endif INSTALL?=install -prefix=/usr/local +prefix=/usr mandir=${prefix}/share/man localedir=${prefix}/share/locale STRIP?=strip