diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-11-12 08:14:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-11-12 08:14:19 +0000 |
commit | 7b9361cd212c60ad83cd5ada25a64d50cc85dd8a (patch) | |
tree | c01172b889b82dfc613247be750950c18e3972ab /sys-apps/kexec-tools/files | |
parent | Add keywords to match those of the underlying package. (diff) | |
download | gentoo-2-7b9361cd212c60ad83cd5ada25a64d50cc85dd8a.tar.gz gentoo-2-7b9361cd212c60ad83cd5ada25a64d50cc85dd8a.tar.bz2 gentoo-2-7b9361cd212c60ad83cd5ada25a64d50cc85dd8a.zip |
sys-apps/kexec-tools: Readd USE=zlib and fix out-of-source build, #490326
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-apps/kexec-tools/files')
-rw-r--r-- | sys-apps/kexec-tools/files/kexec-tools-2.0.4-out-of-source.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/kexec-tools/files/kexec-tools-2.0.4-out-of-source.patch b/sys-apps/kexec-tools/files/kexec-tools-2.0.4-out-of-source.patch new file mode 100644 index 000000000000..64c6cd8ab419 --- /dev/null +++ b/sys-apps/kexec-tools/files/kexec-tools-2.0.4-out-of-source.patch @@ -0,0 +1,24 @@ + Makefile.in | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/Makefile.in b/Makefile.in +index c1859d1..1aa8559 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -44,7 +44,7 @@ TARGET_CFLAGS = @TARGET_CFLAGS@ + + # Base compiler flags. These are extended by the subcomponent-Makefiles + # where necessary. +-CPPFLAGS = @CPPFLAGS@ -I$(srcdir)/include -I$(srcdir)/util_lib/include \ ++CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/include -I$(srcdir)/include -I$(srcdir)/util_lib/include \ + -Iinclude/ $($(ARCH)_CPPFLAGS) + CFLAGS = @CFLAGS@ -fno-strict-aliasing -Wall -Wstrict-prototypes + PURGATORY_EXTRA_CFLAGS = @PURGATORY_EXTRA_CFLAGS@ +@@ -77,6 +77,7 @@ pkgincludedir = $(includedir)/$(PACKAGE_NAME) + DESTDIR = + + srcdir = @srcdir@ ++top_builddir = @top_builddir@ + VPATH = .:$(srcdir) + + # install paths |