diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
commit | 2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd (patch) | |
tree | a63d3b3b1c89018b5419358eed5c2bb0acf1cd92 /core/iscsitarget/iscsitarget-0.4.17-build.patch | |
parent | e374901731eb35599bd6735de4dd38560e3a79b8 (diff) | |
download | aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.bz2 aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.xz |
move core/* to main/
added maintainer to several packages as well
Diffstat (limited to 'core/iscsitarget/iscsitarget-0.4.17-build.patch')
-rw-r--r-- | core/iscsitarget/iscsitarget-0.4.17-build.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/core/iscsitarget/iscsitarget-0.4.17-build.patch b/core/iscsitarget/iscsitarget-0.4.17-build.patch deleted file mode 100644 index ee676a9608..0000000000 --- a/core/iscsitarget/iscsitarget-0.4.17-build.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/usr/Makefile -+++ b/usr/Makefile -@@ -1,16 +1,15 @@ --CFLAGS += -O2 -fno-inline -Wall -Wstrict-prototypes -g -I../include -+CFLAGS ?= -O2 -fno-inline -g - CFLAGS += -D_GNU_SOURCE # required for glibc >= 2.8 -+WARNFLAGS = -Wall -Wstrict-prototypes -+CFLAGS += $(WARNFLAGS) -I../include - PROGRAMS = ietd ietadm --LIBS = -lcrypto -+LDLIBS = -lcrypto - - all: $(PROGRAMS) - - ietd: ietd.o iscsid.o conn.o session.o target.o message.o ctldev.o log.o chap.o event.o param.o plain.o isns.o - -- $(CC) $^ -o $@ $(LIBS) -- - ietadm: ietadm.o param.o -- $(CC) $^ -o $@ - - clean: - rm -f *.o $(PROGRAMS) |