Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 234321 Details for
Bug 322667
app-pda/ifuse: 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
ifuse-1.0.0-asneeded.patch (text/plain), 486 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-06-06 16:07:46 UTC
(
hide
)
Description:
fixing as-needed issues
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-06-06 16:07:46 UTC
Size:
486 bytes
patch
obsolete
>Fixing as-needed issues > >http://bugs.gentoo.org/show_bug.cgi?id=322667 > >--- src/Makefile.am >+++ src/Makefile.am >@@ -1,6 +1,5 @@ >-AM_CFLAGS = $(libglib2_CFLAGS) $(libfuse_CFLAGS) $(libimobiledevice_CFLAGS) -g >-AM_LDFLAGS = $(libglib2_LIBS) $(libfuse_LIBS) $(libimobiledevice_LIBS) >- > bin_PROGRAMS = ifuse >+ifuse_CFLAGS = $(libglib2_CFLAGS) $(libfuse_CFLAGS) $(libimobiledevice_CFLAGS) >+ifuse_LDADD = $(libglib2_LIBS) $(libfuse_LIBS) $(libimobiledevice_LIBS) > > ifuse_SOURCES = ifuse.c
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 322667
:
234023
|
234319
| 234321