Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177056 Details for
Bug 247969
net-fs/autofs: 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]
Patch to add -lpthread to the LIBS line in daemon/Makefile
autofs-5.0.3-fix-as-needed.patch (text/plain), 350 bytes, created by
Kevin Pyle
on 2009-01-02 04:46:27 UTC
(
hide
)
Description:
Patch to add -lpthread to the LIBS line in daemon/Makefile
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2009-01-02 04:46:27 UTC
Size:
350 bytes
patch
obsolete
>diff -ru a/daemon/Makefile b/daemon/Makefile >--- a/daemon/Makefile 2009-01-01 22:14:10.000000000 -0600 >+++ b/daemon/Makefile 2009-01-01 22:21:16.000000000 -0600 >@@ -20,7 +20,7 @@ > CFLAGS += -DAUTOFS_FLAG_DIR=\"$(autofsflagdir)\" > CFLAGS += -DVERSION_STRING=\"$(version)\" > LDFLAGS += -rdynamic >-LIBS = -ldl >+LIBS = -ldl -lpthread > > all: automount >
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 247969
:
172691
| 177056