Opened 11 years ago
Last modified 6 years ago
#40214 assigned defect
cntlm is not UsingTheRightCompiler or -arch flags
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ||
Port: | cntlm |
Description
cntlm is not UsingTheRightCompiler or -arch flags. So, for example, although I can install the port with the universal variant, the installed software is not in fact universal.
Change History (2)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 6 years ago by mf2k (Frank Schima)
Owner: | jsaucier@… deleted |
---|---|
Status: | new → assigned |
See #58256.
Note: See
TracTickets for help on using
tickets.
The problem is the configure script is not an autotools configure script; it's a very minimal hand-written script that doesn't do much of anything.
Part of its output is:
It is an error to check for endianness at configure time, since in a universal build it's not necessarily the same for all architectures. This error should either be corrected, or the port will have to use the muniversal portgroup to build its universal variant (or disable the universal variant if it cannot be made to work).