distribution/packages/sysutils/open-iscsi/patches/open-iscsi-01_dynamic_linked_iscsistart.patch
2022-02-05 09:23:32 -05:00

11 lines
337 B
Diff

--- a/usr/Makefile 2011-08-05 11:54:52.000000000 +0200
+++ b/usr/Makefile 2011-08-05 11:55:06.000000000 +0200
@@ -63,7 +63,7 @@
iscsistart: $(ISCSI_LIB_SRCS) $(INITIATOR_SRCS) $(FW_BOOT_SRCS) \
iscsistart.o statics.o
- $(CC) $(CFLAGS) -static $^ -o $@
+ $(CC) $(CFLAGS) $^ -o $@
clean:
rm -f *.o $(PROGRAMS) .depend $(LIBSYS)