Makefile.fetch                    |    2 +-
 distro-configs/CPLinux-LOKit.conf |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 0235a3eaff5bf7deb3c37b8aefae1871e6796894
Author:     Andras Timar <[email protected]>
AuthorDate: Fri Mar 6 23:03:06 2026 +0100
Commit:     Andras Timar <[email protected]>
CommitDate: Fri Mar 6 23:03:52 2026 +0100

    don't fetch culmus tarball when --enable-mpl-subset is used
    
    Culmus fonts are GPL v2, so they are correctly excluded from the build
    by Module_more_fonts.mk when MPL_SUBSET is set, but the tarball was
    still being downloaded unconditionally via Makefile.fetch.
    
    Change-Id: I$(echo -n "don't fetch culmus tarball when mpl-subset" | 
sha1sum | cut -c1-40)

diff --git a/Makefile.fetch b/Makefile.fetch
index 162fc3043d8c..68a46ce01b0f 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -197,7 +197,7 @@ fetch_SRC_TARBALLS := \
        $(call fetch_Optional,MORE_FONTS,FONT_NOTO_SANS_LAO_TARBALL) \
        $(call fetch_Optional,MORE_FONTS,FONT_NOTO_SERIF_LAO_TARBALL) \
        $(call fetch_Optional,MORE_FONTS,FONT_NOTO_SANS_LISU_TARBALL) \
-       $(call fetch_Optional,MORE_FONTS,FONT_CULMUS_TARBALL) \
+       $(if $(MPL_SUBSET),,$(call 
fetch_Optional,MORE_FONTS,FONT_CULMUS_TARBALL)) \
        $(call fetch_Optional,MORE_FONTS,FONT_LIBRE_HEBREW_TARBALL) \
        $(call fetch_Optional,MORE_FONTS,FONT_ALEF_TARBALL) \
        $(call fetch_Optional,MORE_FONTS,FONT_AMIRI_TARBALL) \
commit e42df7cec2d6c69f6f4b7b8dd892ba0d306e376e
Author:     Andras Timar <[email protected]>
AuthorDate: Fri Mar 6 15:00:39 2026 +0100
Commit:     Andras Timar <[email protected]>
CommitDate: Fri Mar 6 23:03:52 2026 +0100

    --disable-ldap for COOL, it is unused and unnecessary
    
    Change-Id: Ie2248f3b9d832b48b82a81133bffb7d63bfffd17

diff --git a/distro-configs/CPLinux-LOKit.conf 
b/distro-configs/CPLinux-LOKit.conf
index f619218d8ef3..5bb67242d0a9 100644
--- a/distro-configs/CPLinux-LOKit.conf
+++ b/distro-configs/CPLinux-LOKit.conf
@@ -71,3 +71,4 @@
 --with-buildconfig-recorded
 --disable-librelogo
 --without-gssapi
+--disable-ldap

Reply via email to