rpms/kernel-xen-2.6/devel xen-build-id.patch,1.1.2.2,1.1.2.3

Eduardo Habkost (ehabkost) fedora-extras-commits at redhat.com
Tue Oct 23 13:20:08 UTC 2007


Author: ehabkost

Update of /cvs/pkgs/rpms/kernel-xen-2.6/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3030

Modified Files:
      Tag: private-ehabkost-debuginfo-branch
	xen-build-id.patch 
Log Message:
xen-build-id.patch: Use $(call ld-option) instead of $(ld-option)

Duh. It would never work this way.


xen-build-id.patch:

Index: xen-build-id.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/Attic/xen-build-id.patch,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- xen-build-id.patch	23 Oct 2007 12:53:41 -0000	1.1.2.2
+++ xen-build-id.patch	23 Oct 2007 13:20:05 -0000	1.1.2.3
@@ -24,7 +24,7 @@
  AFLAGS   += $(patsubst -std=gnu%,,$(CFLAGS))
  
 +# Use --build-id when linking directly; normally the compiler would pass it.
-+LDFLAGS_DIRECT += $(ld-option $(CC),--build-id,)
++LDFLAGS_DIRECT += $(call ld-option $(CC),--build-id,)
 +
  # LDFLAGS are only passed directly to $(LD)
  LDFLAGS  := $(strip $(LDFLAGS) $(LDFLAGS_DIRECT))




More information about the fedora-extras-commits mailing list