diff options
author | Jeff Trawick <trawick@apache.org> | 2013-09-12 17:36:28 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-09-12 17:36:28 +0200 |
commit | c1ffa92cbd5018f1fba21bf13ba09306a0fd8356 (patch) | |
tree | cb29cab6dad501b58a39be3b2e4e12c0ce39c1d5 /README.cmake | |
parent | specify base addresses for libhttpd.dll and modules; mention an issue about P... (diff) | |
download | apache2-c1ffa92cbd5018f1fba21bf13ba09306a0fd8356.tar.xz apache2-c1ffa92cbd5018f1fba21bf13ba09306a0fd8356.zip |
set binary attributes for remaining binaries via httpd.rc, fix the
missing feather (icon) on httpd.exe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1522622 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake index 52db0e4637..d5233ea890 100644 --- a/README.cmake +++ b/README.cmake @@ -278,8 +278,6 @@ 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 -* 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 |