Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
---
-
None
-
Linux
Description
This is in regard to issue #2080. Issue #2080 is caused by apr- util/Makefile.in using a "find" command to find which object files to link into libaprutil. On some filesystems, find needs a "-noleaf" switch to function correctly. On these filesystems, if -noleaf is not given, find will not find files that are in subdirectories. Consequently, the build will fail because certain object files where not included in the library. A suggested improvement would be to include a check in configure to see whether find needs the -noleaf flag on the filesystem where the source tree is stored. Alternatively, -noleaf could always be given in apr-util/Makefile.in (and other locations if necessary.) - Godmar
Original issue reported by gback