b***@apache.org
2018-11-20 16:03:12 UTC
https://bz.apache.org/bugzilla/show_bug.cgi?id=62930
Bug ID: 62930
Summary: [PATCH] server/Makefile.in: handle separate
APR_INCLUDE_DIR/APU_INCLUDE_DIR
Product: Apache httpd-2
Version: 2.4.37
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
Assignee: ***@httpd.apache.org
Reporter: ***@bootlin.com
Target Milestone: ---
Created attachment 36270
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36270&action=edit
[PATCH] server/Makefile.in: handle separate APR_INCLUDE_DIR/APU_INCLUDE_DIR
If APR_INCLUDEDIR and APU_INCLUDEDIR point to different directories, but for
example APU_INCLUDEDIR contains both the apr headers and apu headers, the
"export_files" file will contain duplicate header files, causing the exports.c
file to contain duplicate definitions, making the build fail.
The attached patche fixes that by making sure we only use the apr headers from
APR_INCLUDEDIR and the apu headers from the APU_INCLUDEDIR.
Bug ID: 62930
Summary: [PATCH] server/Makefile.in: handle separate
APR_INCLUDE_DIR/APU_INCLUDE_DIR
Product: Apache httpd-2
Version: 2.4.37
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
Assignee: ***@httpd.apache.org
Reporter: ***@bootlin.com
Target Milestone: ---
Created attachment 36270
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36270&action=edit
[PATCH] server/Makefile.in: handle separate APR_INCLUDE_DIR/APU_INCLUDE_DIR
If APR_INCLUDEDIR and APU_INCLUDEDIR point to different directories, but for
example APU_INCLUDEDIR contains both the apr headers and apu headers, the
"export_files" file will contain duplicate header files, causing the exports.c
file to contain duplicate definitions, making the build fail.
The attached patche fixes that by making sure we only use the apr headers from
APR_INCLUDEDIR and the apu headers from the APU_INCLUDEDIR.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org