diff options
author | Richard Yao <ryao@gentoo.org> | 2013-01-07 20:54:52 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2013-01-07 20:54:52 +0000 |
commit | f4e9177d18b398fed9d46ead2f2d5731ee0de1d3 (patch) | |
tree | da3d7271eb0df94d5c8f31c678d828a55c6a9e88 /sys-block/iscsitarget | |
parent | vmware desktop 8.0.5 version bump (diff) | |
download | gentoo-2-f4e9177d18b398fed9d46ead2f2d5731ee0de1d3.tar.gz gentoo-2-f4e9177d18b398fed9d46ead2f2d5731ee0de1d3.tar.bz2 gentoo-2-f4e9177d18b398fed9d46ead2f2d5731ee0de1d3.zip |
Add missing patch file
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-block/iscsitarget')
-rw-r--r-- | sys-block/iscsitarget/ChangeLog | 7 | ||||
-rw-r--r-- | sys-block/iscsitarget/files/iscsitarget-1.4.20.2-respect-flags-v2.patch | 10 |
2 files changed, 16 insertions, 1 deletions
diff --git a/sys-block/iscsitarget/ChangeLog b/sys-block/iscsitarget/ChangeLog index 4936d1ff5e83..8ecb7e1b7b8a 100644 --- a/sys-block/iscsitarget/ChangeLog +++ b/sys-block/iscsitarget/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-block/iscsitarget # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.41 2013/01/03 11:09:58 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.42 2013/01/07 20:54:52 ryao Exp $ + + 07 Jan 2013; Richard Yao <ryao@gentoo.org> + +files/iscsitarget-1.4.20.2-respect-flags-v2.patch, + iscsitarget-1.4.20.2_p20130103.ebuild: + Add missing patch file *iscsitarget-9999 (03 Jan 2013) *iscsitarget-1.4.20.2_p20130103 (03 Jan 2013) diff --git a/sys-block/iscsitarget/files/iscsitarget-1.4.20.2-respect-flags-v2.patch b/sys-block/iscsitarget/files/iscsitarget-1.4.20.2-respect-flags-v2.patch new file mode 100644 index 000000000000..b675afff08ae --- /dev/null +++ b/sys-block/iscsitarget/files/iscsitarget-1.4.20.2-respect-flags-v2.patch @@ -0,0 +1,10 @@ +Index: usr/Makefile +=================================================================== +--- usr/Makefile (revision 446) ++++ usr/Makefile (working copy) +@@ -1,4 +1,4 @@ +-CFLAGS += -O2 -fno-inline -Wall -Wstrict-prototypes -I../include ++CFLAGS += -fno-inline -Wall -Wstrict-prototypes -I../include + CFLAGS += -D_GNU_SOURCE # required for glibc >= 2.8 + PROGRAMS = ietd ietadm + LIBS = |