1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 17:46:19 +00:00
Lakka-LibreELEC/packages/sysutils/open-iscsi/patches/open-iscsi-01_dynamic_linked_iscsistart.patch
Stephan Raue 72c017fe1e open-iscsi: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-18 17:35:23 +01:00

12 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)