shib71 / mod-auth-token

Automatically exported from code.google.com/p/mod-auth-token
Apache License 2.0
0 stars 1 forks source link

make mod_auth_token.so link against APR #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
yep , you right, thanks . Merged.

Original comment by teixeira...@gmail.com on 19 Apr 2011 at 3:56