Andreas Wacknitz
2024-02-07 9afc24a54de30e29d5373b35c53f3e14ead55b9a
postgresql-15: disable libxslt for 32 bit

3 files modified
11 ■■■■ changed files
components/database/postgresql-15/Makefile 3 ●●●● patch | view | raw | blame | history
components/database/postgresql-15/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/database/postgresql-15/pkg5 6 ●●●● patch | view | raw | blame | history
components/database/postgresql-15/Makefile
@@ -25,6 +25,7 @@
COMPONENT_MJR_VERSION=    15
COMPONENT_MNR_VERSION=    5
COMPONENT_VERSION=    $(COMPONENT_MJR_VERSION).$(COMPONENT_MNR_VERSION)
COMPONENT_REVISION=        1
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH=    sha256:8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6
@@ -62,7 +63,7 @@
CONFIGURE_OPTIONS += --with-ssl=openssl
CONFIGURE_OPTIONS += --with-libedit-preferred
CONFIGURE_OPTIONS += --with-libxml
CONFIGURE_OPTIONS += --with-libxslt
CONFIGURE_OPTIONS.64 += --with-libxslt
CONFIGURE_OPTIONS += --with-lz4
CONFIGURE_OPTIONS += --with-gssapi
CONFIGURE_OPTIONS += --enable-thread-safety
components/database/postgresql-15/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/database/postgresql-15/pkg5
@@ -17,14 +17,14 @@
        "system/library/security/gss"
    ],
    "fmris": [
        "database/postgres-15",
        "database/postgres-15/contrib",
        "database/postgres-15/developer",
        "database/postgres-15/documentation",
        "database/postgres-15/language-bindings",
        "database/postgres-15/library",
        "service/database/postgres-15",
        "database/postgres-15/tests",
        "database/postgres-15"
        "service/database/postgres-15"
    ],
    "name": "postgresql"
}
}