Description: Do not build static binary
 Upstream decided to build stressapptest statically.
 Debian policy requests non-static builds, therefore
 we adjust the build process accordingly.
Author: Michael Prokop <mika@debian.org>
Last-Update: 2010-07-29

Index: stressapptest/configure.ac
===================================================================
--- stressapptest.orig/configure.ac	2010-07-29 10:56:25.821410880 -0400
+++ stressapptest/configure.ac	2010-07-29 10:56:33.204759508 -0400
@@ -112,7 +112,7 @@
 # We'll check that they work, and fail otherwise.
 # In the future we may provide for testing alternate
 # arguments, but that's not necessary now.
-LIBS="$LIBS -static -lrt -pthread -laio"
+LIBS="$LIBS -lrt -pthread -laio"
 
 # Checking for pthreads
 pthread_arg="not_available"
