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 | f14be1828b15c8fea1336b7c572f2362dc5d10a0 (patch) | |
tree | b172a24b192e5184ba1d45056a9a476220037dde /app-emulation/xen-tools/files | |
parent | Moved from dev-php5/phpunit (diff) | |
download | historical-f14be1828b15c8fea1336b7c572f2362dc5d10a0.tar.gz historical-f14be1828b15c8fea1336b7c572f2362dc5d10a0.tar.bz2 historical-f14be1828b15c8fea1336b7c572f2362dc5d10a0.zip |
[app-emulation/xen-tools] Clean up
Package-Manager: portage-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) - |