[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: find-debuginfo.sh
- From: Roland McGrath <roland redhat com>
- To: Jesse Keating <jkeating redhat com>
- Cc: fedora-devel-list redhat com
- Subject: Re: find-debuginfo.sh
- Date: Wed, 8 Aug 2007 11:56:53 -0700 (PDT)
> See http://koji.fedoraproject.org/koji/taskinfo?taskID=93674 as well.
That failure (mock) is because of building a .so improperly. This is bad
in other ways and it's been broken to be that way for some time. The
strict build-ID checking was just what noticed it. If there is a really
strong reason why this was intentional, please talk to me about it.
Otherwise, please apply this:
--- mock-0.7.5/src/Makefile.~1~ 2007-08-02 08:38:35.000000000 -0700
+++ mock-0.7.5/src/Makefile 2007-08-08 11:54:37.000000000 -0700
@@ -21,7 +21,7 @@ endif
all: $(EXECUTABLE) $(LIBRARY)
$(LIBRARY): selinux-mock.o
- $(LD) -shared -o $(LIBRARY) selinux-mock.o
+ $(CC) $(CFLAGS) -shared -o $(LIBRARY) selinux-mock.o
selinux-mock.o: selinux-mock.c
$(CC) $(CFLAGS) -fPIC -c selinux-mock.c
Thanks,
Roland
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]