Opened 5 years ago
Closed 5 years ago
#11930 closed Bug report (fixed)
missing --tag=CXX when compiling filezilla
Reported by: | Thomas Klausner | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | 3.42.1 | Operating system type: | BSD |
Operating system version: | NetBSD 8.99.38 |
Description
In the generated file src/interface/Makefile.in, there is not "--tag=CXX" argument in the filezilla_LINK variable, which makes linking fail in my environment because libtool complains about the missing tag.
I see that there are tries to add it in the corresponding Makefile.am but it's perhaps in the wrong variable?
Anyway, I need the attached patch to compile filezilla.
Change History (2)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note that Makefile.in is an auto-generated file, an actual fix requires changing Makefile.am
This should be fixed in the latest revision in the repository.
Note:
See TracTickets
for help on using tickets.
Ok, I failed at uploading the patch, so here is it inline.