diff options
author | Jeff Trawick <trawick@apache.org> | 2013-09-12 14:22:46 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-09-12 14:22:46 +0200 |
commit | 4c593a40b4ee790b0982c7f9ccb22f9032b439c2 (patch) | |
tree | 55e29d016c239999e6552f0b2c6e9c40af2c00d1 /README.cmake | |
parent | BaseAddr.ref: (diff) | |
download | apache2-4c593a40b4ee790b0982c7f9ccb22f9032b439c2.tar.xz apache2-4c593a40b4ee790b0982c7f9ccb22f9032b439c2.zip |
specify base addresses for libhttpd.dll and modules; mention an issue about Perl compatibility of a support script
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1522547 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake index e0a33b69e8..52db0e4637 100644 --- a/README.cmake +++ b/README.cmake @@ -278,9 +278,10 @@ Known Bugs and Limitations * no support for static support library builds; unclear if that is a requirement; if so: taking PCRE as an example, we'd need to detect that it is static and then turn on PCRE_STATIC for the libhttpd build -* module base addresses aren't set * program attributes like descriptive name and version aren't set for most binaries +* build/cpR_noreplace.pl doesn't declare what version of Perl is required + and doesn't work with File::Path that is missing make_path Generally: |