Most of the APIs used by mod_auth_token actually come from APR (apache portable
runtime) and not from apache itself. Since apache links against APR and since
APR's headers are usually installed in standard locations such as /usr/include,
the build works ok as-is.
However, if a user were to install apache and APR in a non-standard directory
(a home directory for example), the build would fail.
The attached patches fix this issue while also reducing the number of undefined
symbols when running sanity checking tools on the final library, making the
symbol resolution much more robust.
Original issue reported on code.google.com by remi.car...@smartjog.com on 17 Jan 2011 at 3:39
Original issue reported on code.google.com by
remi.car...@smartjog.com
on 17 Jan 2011 at 3:39Attachments: