diff mbox

Monotonic time test: Don't force static compilation of time_test

Message ID 1269368002-12652-1-git-send-email-lmr@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Meneghel Rodrigues March 23, 2010, 6:13 p.m. UTC
None
diff mbox

Patch

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