https://bz.apache.org/bugzilla/show_bug.cgi?id=58981
Bug ID: 58981
Summary: Makefile.win references incorrect src_so file
extension
Product: Apache httpd-2
Version: 2.4.18
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: Build
Assignee: [email protected]
Reporter: [email protected]
On line 1081 the makefile references the binary library extension as so, while
Windows libraries are using the lib extension.
Code from Apache HTTPD 2.4.17 (confirmed it's still the same in 2.4.18):
_copybin src_exe=exe src_dll=dll src_so=so \
Suggested change:
_copybin src_exe=exe src_dll=dll src_so=lib \
This resolves some errors when running the makefile for installing the files.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]