Opened 15 years ago
Closed 14 years ago
#959 closed Defect (fixed)
Fix library order to work with -Wl,--as-needed
Reported by: | gagern | Owned by: | davea |
---|---|---|---|
Priority: | Undetermined | Milestone: | Undetermined |
Component: | Client - Build | Version: | 6.10.8 |
Keywords: | Cc: |
Description
As I reported in Gentoo bug #293024, there is a problem building boinc 6.10.8 with -Wl,--as-needed: crypt_prog_LDADD in lib/Makefile.am lists LIBBOINC before LIBBOINC_CRYPT_STATIC but the library providing a symbol has to come after the library using said symbol. I'll attach a patch.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Patch to correct order