meta-openembedded/meta-webserver/recipes-httpd
Mingli Yu 4f2025e8d2 apache2: Fix the buildpaths issue
Fixes:
   WARNING: apache2-2.4.54-r0 do_package_qa: QA Issue: File /usr/src/debug/apache2/2.4.54-r0/build/server/exports.c in package apache2-src contains reference to TMPDIR [buildpaths]

Before the patch:
  # cat ./build/server/exports.c
  [snip]
  #include "mpm_fdqueue.h"

  const void *ap_ugly_hack = NULL;

  /*
   * /buildarea/build/tmp-glibc/work/core2-32-wrs-linux/apache2/2.4.54-r0/httpd-2.4.54/include/ap_expr.h
   */
  const void *ap_hack_ap_expr_exec = (const void *)ap_expr_exec;
  [snip]

After the patch:
  # cat ./build/server/exports.c
  [snip]
  #include "mpm_fdqueue.h"

  const void *ap_ugly_hack = NULL;

  /*
   * ap_expr.h
   */
  const void *ap_hack_ap_expr_exec = (const void *)ap_expr_exec;
  [snip]

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:40:09 -07:00
..
apache-mod apache-websocket: remove obsolete support for renamed libtool 2021-12-13 21:20:01 -08:00
apache2 apache2: Fix the buildpaths issue 2022-08-06 09:40:09 -07:00
cherokee recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
hiawatha recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
monkey monkey: Keep /var/volatile empty 2021-11-04 06:52:51 -07:00
nginx nginx: add gunzip PACKAGECONFIG 2022-03-29 08:33:41 -07:00
sthttpd recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00