Opened 11 years ago
Closed 11 years ago
#2280 closed enhancement (fixed)
Parameterize Apache/PHP include/linker paths
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 2.6 |
Component: | Build System | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The web tier currently uses hard-coded Apache/PHP linker paths in its vcxproj and makefiles
We should parameterize these paths using environment variables.
This way, should we choose to not build MapGuide against our bundled Apache/PHP all we need to do is set the appropriate environment variables to our desired Apache/PHP paths.
This will improve builds on Linux, where it is more preferable to tap into the system installed Apache/PHP rather than building our own.
Change History (2)
comment:1 by , 11 years ago
Owner: | set to |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed with RFC 138