Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207608 Details for
Bug 278437
sys-fs/s3fs: 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
s3fs-177-as-needed.patch (text/plain), 499 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2009-10-19 20:25:11 UTC
(
hide
)
Description:
fixing as-needed issues
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2009-10-19 20:25:11 UTC
Size:
499 bytes
patch
obsolete
>--- s3fs.orig/Makefile 2008-05-19 19:34:38.000000000 +0200 >+++ s3fs/Makefile 2009-10-19 22:10:55.810129401 +0200 >@@ -1,5 +1,5 @@ > all: >- g++ -ggdb -Wall $(shell pkg-config fuse --cflags --libs) $(shell pkg-config libcurl --cflags --libs) $(shell xml2-config --cflags --libs) -lcrypto s3fs.cpp -o s3fs >+ $(CXX) $(CXXFLAGS) s3fs.cpp -o s3fs $(shell pkg-config fuse --cflags --libs) $(shell pkg-config libcurl --cflags --libs) $(shell xml2-config --cflags --libs) -lcrypto > @echo ok! > > install: all
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 278437
:
198585
|
207606
| 207608