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

6c64be
From ff224a16d409c4b479b3ac1ff662093cb067e281 Mon Sep 17 00:00:00 2001
6c64be
From: Chris Leech <cleech@redhat.com>
6c64be
Date: Mon, 19 Nov 2012 17:04:29 -0800
6c64be
Subject: 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
6c64be
index 015f1b9..1669890 100644
6c64be
--- a/usr/Makefile
6c64be
+++ b/usr/Makefile
6c64be
@@ -61,7 +61,7 @@ iscsiadm: $(ISCSI_LIB_SRCS) $(DISCOVERY_SRCS) iscsiadm.o session_mgmt.o
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
-- 
6c64be
1.7.11.7
6c64be