Blame SOURCES/0155-dont-use-static.patch

6cc97b
From 0daa5488cfad023c2a333f35ba12e3d8797ba6e9 Mon Sep 17 00:00:00 2001
6c64be
From: Chris Leech <cleech@redhat.com>
6c64be
Date: Mon, 19 Nov 2012 17:04:29 -0800
6cc97b
Subject: [PATCH] dont use static
6c64be
6c64be
---
6c64be
 usr/Makefile | 2 +-
6c64be
 1 file changed, 1 insertion(+), 1 deletion(-)
6c64be
6c64be
diff --git a/usr/Makefile b/usr/Makefile
6cc97b
index 5f4fb2f..bbf8568 100644
6c64be
--- a/usr/Makefile
6c64be
+++ b/usr/Makefile
6cc97b
@@ -62,7 +62,7 @@ iscsiadm: $(ISCSI_LIB_SRCS) $(DISCOVERY_SRCS) iscsiadm.o session_mgmt.o mntcheck
6c64be
 
6c64be
 iscsistart: $(ISCSI_LIB_SRCS) $(INITIATOR_SRCS) $(FW_BOOT_SRCS) \
6c64be
 		iscsistart.o statics.o
6c64be
-	$(CC) $(CFLAGS) -static $^ -o $@
6c64be
+	$(CC) $(CFLAGS) $^ -o $@
6c64be
 clean:
6c64be
 	rm -f *.o $(PROGRAMS) .depend $(LIBSYS)
6c64be
 
6c64be
-- 
6cc97b
2.1.0
6c64be