Go to file
Valeria Petrov ac5855c74d
apache2: do not depend on zlib header and libs from host
This commit modifies the PACKAGECONFIG entry for zlib to ensure that the
mod_deflate module is enabled with the appropriate zlib configuration.
By adding the --with-zlib=${STAGING_LIBDIR}/../ option, we direct the
configure script to use the zlib library from the staging directory
instead of relying on the host system's zlib installation.

Without that configure will search the host for zlib headers and lib.

This change resolves build failures related to zlib dependency when
mod_deflate is enabled and ensures a consistent build environment across
different host configurations.

Signed-off-by: Valeria Petrov <valeria.petrov@spinetix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-09 15:47:23 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems sshfs-fuse: Do not prompt for known_hosts during ptests 2024-10-05 09:37:23 -07:00
meta-gnome xdg-desktop-portal-gnome: update 46.2 -> 47.1 2024-10-04 07:30:34 -07:00
meta-initramfs non-repro-meta-initramfs: update known non-reproducible list 2024-10-01 17:56:44 -07:00
meta-multimedia libopenmpt: Upgrade to 0.7.10 2024-10-05 09:37:23 -07:00
meta-networking nftables: upgrade 1.1.0 -> 1.1.1 2024-10-07 23:18:54 -07:00
meta-oe externalsrc: fix support in various components 2024-10-09 15:47:23 -07:00
meta-perl layer.conf: Update to walnascar (5.2) layer/release series 2024-10-01 09:23:12 -07:00
meta-python python3-fsspec: Add support for native and nativesdk builds 2024-10-09 15:47:22 -07:00
meta-webserver apache2: do not depend on zlib header and libs from host 2024-10-09 15:47:23 -07:00
meta-xfce xfce4-vala: Drop unnecessary SRC_URI[md5sum] 2024-10-04 07:30:34 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories