Opened 14 years ago
Closed 14 years ago
#1132 closed Defect (fixed)
boinc fails to build on Linux due to wrong Makefile indentation
Reported by: | mjakubicek | Owned by: | davea |
---|---|---|---|
Priority: | Critical | Milestone: | Undetermined |
Component: | Client - Build | Version: | 6.12.34 |
Keywords: | Cc: |
Description
Apparently if/else clause cannot be indented in Makefile.am (the inner clause does not get expanded then and later the build fails), see the attached patch.
This is with automake-1.11.1 / autoconf-2.68
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | boinc-manager-Makefile.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from romw to davea |
---|
This is the patch Torbjoern spoke about in boinc_dev.
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
patch to make Boinc 6.12.35 build on Linux again