| Summary: | fusesmb-0.8.3 appears not to build against fuse-2.5.0-r1, trouble finding fuse.h | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mike Auty (RETIRED) <ikelos> |
| Component: | Current packages | Assignee: | Stefan Schweizer (RETIRED) <genstef> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Mike Auty (RETIRED)
2006-01-21 06:58:27 UTC
ok, I looked at the source and came up with a patch.
It is committed, wait an hour and sync or try this:
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i "s:\(FUSE_USE_VERSION.\)23:\122:" config* || die "sed failed"
+}
+
|