The Makefile for the monotonic_test C program forces static
compilation of the object files. Since we are compiling the
code already, not having a static binary doesn't make much
of a difference on the systems we are running this test.

As the static compilation might fail in some boxes, just remove
this constraint from the Makefile.

Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 client/tests/monotonic_time/src/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/client/tests/monotonic_time/src/Makefile 
b/client/tests/monotonic_time/src/Makefile
index 56aa7b6..2121ec4 100644
--- a/client/tests/monotonic_time/src/Makefile
+++ b/client/tests/monotonic_time/src/Makefile
@@ -1,7 +1,6 @@
 CC=    cc
 
 CFLAGS=        -O -std=gnu99 -Wall
-LDFLAGS=-static
 LIBS=  -lpthread -lrt
 
 PROG=  time_test
-- 
1.6.6.1

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to