6bbb925
From ff224a16d409c4b479b3ac1ff662093cb067e281 Mon Sep 17 00:00:00 2001
0e55d5b
From: Chris Leech <cleech@redhat.com>
0e55d5b
Date: Mon, 19 Nov 2012 17:04:29 -0800
0e55d5b
Subject: dont use static
0e55d5b
0e55d5b
---
0e55d5b
 usr/Makefile | 2 +-
0e55d5b
 1 file changed, 1 insertion(+), 1 deletion(-)
0e55d5b
0e55d5b
diff --git a/usr/Makefile b/usr/Makefile
0e55d5b
index 015f1b9..1669890 100644
0e55d5b
--- a/usr/Makefile
0e55d5b
+++ b/usr/Makefile
0e55d5b
@@ -61,7 +61,7 @@ iscsiadm: $(ISCSI_LIB_SRCS) $(DISCOVERY_SRCS) iscsiadm.o session_mgmt.o
0e55d5b
 
0e55d5b
 iscsistart: $(ISCSI_LIB_SRCS) $(INITIATOR_SRCS) $(FW_BOOT_SRCS) \
0e55d5b
 		iscsistart.o statics.o
0e55d5b
-	$(CC) $(CFLAGS) -static $^ -o $@
0e55d5b
+	$(CC) $(CFLAGS) $^ -o $@
0e55d5b
 clean:
0e55d5b
 	rm -f *.o $(PROGRAMS) .depend $(LIBSYS)
0e55d5b
 
0e55d5b
-- 
0e55d5b
1.7.11.7
0e55d5b