diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-03-26 11:34:14 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-03-26 11:34:14 +0000 |
commit | b9d49033e211527b223aefad65197eee0204a617 (patch) | |
tree | bfa3fa6020adbac8e349431ef37d3e362d91abf8 /app-emulation/xen-tools/files | |
parent | Moved from dev-php5/phpunit (diff) | |
download | gentoo-2-b9d49033e211527b223aefad65197eee0204a617.tar.gz gentoo-2-b9d49033e211527b223aefad65197eee0204a617.tar.bz2 gentoo-2-b9d49033e211527b223aefad65197eee0204a617.zip |
[app-emulation/xen-tools] Clean up
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/xen-tools/files')
-rw-r--r-- | app-emulation/xen-tools/files/xen-tools-4.0.0-asneeded.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-emulation/xen-tools/files/xen-tools-4.0.0-asneeded.patch b/app-emulation/xen-tools/files/xen-tools-4.0.0-asneeded.patch deleted file mode 100644 index abb2cf1781f4..000000000000 --- a/app-emulation/xen-tools/files/xen-tools-4.0.0-asneeded.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- tools/xenpaging/Makefile -+++ tools/xenpaging/Makefile -@@ -4,7 +4,7 @@ - CFLAGS += -I $(XEN_XC) - CFLAGS += -I ./ - CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) --LDFLAGS += $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenstore) -+xenpaging_LIBS = $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenstore) - - POLICY = default - -@@ -27,7 +27,7 @@ - all: $(IBINS) - - xenpaging: $(OBJS) -- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(xenpaging_LIBS) - - install: all - $(INSTALL_DIR) $(DESTDIR)$(SBINDIR) ---- tools/libxc/Makefile -+++ tools/libxc/Makefile -@@ -167,9 +167,8 @@ - xc_dom_bzimageloader.o: CFLAGS += $(call zlib-options,D) - xc_dom_bzimageloader.opic: CFLAGS += $(call zlib-options,D) - --libxenguest.so.$(MAJOR).$(MINOR): LDFLAGS += $(call zlib-options,l) - libxenguest.so.$(MAJOR).$(MINOR): $(GUEST_PIC_OBJS) libxenctrl.so -- $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenguest.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $(GUEST_PIC_OBJS) -lz -lxenctrl $(PTHREAD_LIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenguest.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $(GUEST_PIC_OBJS) -lz -lxenctrl $(PTHREAD_LIBS) $(call zlib-options,l) - - -include $(DEPS) - |