63f5732e55
Stan is a console application that analyzes binary streams and calculates several useful statistical information from the observed data. It features statistical, pattern and bit analysis. Stan has been designed as a "swiss-knife" for first steps in reverse engineering and cryptographic analysis. from zinovik at kspu.karelia.ru (MAINTAINER), with tweaks by me.
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2008/05/18 21:06:19 jasper Exp $
|
|
--- configure.orig Sun May 18 23:00:03 2008
|
|
+++ configure Sun May 18 23:00:58 2008
|
|
@@ -1095,7 +1095,7 @@ fi
|
|
|
|
if test "x$GCC" = "xyes"
|
|
then
|
|
- CFLAGS="-Wall -O3"
|
|
+ CFLAGS=$CFLAGS
|
|
fi
|
|
|
|
echo $ac_n "checking for pow in -lm""... $ac_c" 1>&6
|