Actions
Bug #7441
closedapr and apr-util paths are hardcoded
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-10-01
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
we have the following in usr/src/lib/print/mod_ipp/Makefile::
# These *BASE paths are used ONLY at build time to locate headers. # This builds against Apache 2.2 but the module should work with # any Apache 2.x version, and APR 1.3 or later. APACHEBASE = /usr/apache2/2.2 APR_BASE = /usr/apr/1.3 APRUBASE = /usr/apr-util/1.3
Now, when we have apr 1.5, having this symlink /usr/apr/1.3 -> . is strange.
We should switch it to /usr/apr and /usr/apr-util or better use apr-1-config --includedir, apu-1-config --includedir
Related issues
Updated by Joshua M. Clulow over 5 years ago
- Related to Feature #7445: mod_ipp no longer needed added
Updated by Gergő Mihály Doma over 3 years ago
mod_ipp removed a long ago, this issue should be closed now.
Actions