Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 212805 Details for
Bug 296631
app-emulation/xen-tools: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixing as-needed issues
xen-tools-3.4.2-as-needed.patch (text/plain), 765 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2009-12-12 18:07:38 UTC
(
hide
)
Description:
fixing as-needed issues
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2009-12-12 18:07:38 UTC
Size:
765 bytes
patch
obsolete
>--- xen-3.4.2.orig/tools/libxc/Makefile 2009-11-10 16:12:56.000000000 +0100 >+++ xen-3.4.2/tools/libxc/Makefile 2009-12-12 18:46:27.547714651 +0100 >@@ -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) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 296631
:
212787
|
212803
| 212805