Opened 8 years ago
Closed 7 years ago
#9759 closed defect (fixed)
sshfs will not build on i686
Reported by: | Douglas R. Reno | Owned by: | Cheyenne McNutt |
---|---|---|---|
Priority: | low | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
It complains about a integer error.
Look into this further.
Change History (6)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:3 by , 7 years ago
Status: | new → assigned |
---|
comment:4 by , 7 years ago
Priority: | normal → low |
---|
Priority to low to take it out of the update queue.
comment:5 by , 7 years ago
Add the following to get it to build:
if [ $(uname -m) == "i686" ]; then export CFLAGS+="-D_FILE_OFFSET_BITS=64"; fi
Note:
See TracTickets
for help on using tickets.
Permission from Douglas to take this one.