Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 390610 Details for
Bug 531174
sys-apps/keyutils-1.5.9-r1 - add support for building against sys-libs/musl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
keyutils-1.5.9-remove-key.dns_resolver.patch
keyutils-1.5.9-remove-key.dns_resolver.patch (text/plain), 1.41 KB, created by
DaggyStyle
on 2014-11-29 20:35:40 UTC
(
hide
)
Description:
keyutils-1.5.9-remove-key.dns_resolver.patch
Filename:
MIME Type:
Creator:
DaggyStyle
Created:
2014-11-29 20:35:40 UTC
Size:
1.41 KB
patch
obsolete
>--- Makefile.orig 2014-11-29 20:28:03.305744169 +0000 >+++ Makefile 2014-11-29 20:29:49.720744169 +0000 >@@ -95,7 +95,7 @@ endif > # Normal build rule > # > ############################################################################### >-all: $(DEVELLIB) keyctl request-key key.dns_resolver >+all: $(DEVELLIB) keyctl request-key > > ############################################################################### > # >@@ -146,9 +146,6 @@ keyctl: keyctl.o $(DEVELLIB) > request-key: request-key.o $(DEVELLIB) > $(CC) -L. $(CFLAGS) $(LDFLAGS) $(RPATH) -o $@ $< -lkeyutils > >-key.dns_resolver: key.dns_resolver.o $(DEVELLIB) >- $(CC) -L. $(CFLAGS) $(LDFLAGS) $(RPATH) -o $@ $< -lkeyutils -lresolv >- > ############################################################################### > # > # Install everything >@@ -165,7 +162,6 @@ endif > $(INSTALL) -D keyctl $(DESTDIR)$(BINDIR)/keyctl > $(INSTALL) -D request-key $(DESTDIR)$(SBINDIR)/request-key > $(INSTALL) -D request-key-debug.sh $(DESTDIR)$(SHAREDIR)/request-key-debug.sh >- $(INSTALL) -D key.dns_resolver $(DESTDIR)$(SBINDIR)/key.dns_resolver > $(INSTALL) -D -m 0644 request-key.conf $(DESTDIR)$(ETCDIR)/request-key.conf > mkdir -p $(DESTDIR)$(ETCDIR)/request-key.d > mkdir -p $(DESTDIR)$(MAN1) >@@ -205,7 +201,7 @@ test: > clean: > $(MAKE) -C tests clean > $(RM) libkeyutils* >- $(RM) keyctl request-key key.dns_resolver >+ $(RM) keyctl request-key > $(RM) *.o *.os *~ > $(RM) debugfiles.list debugsources.list >
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 531174
:
390608
| 390610