Andreas Wacknitz
2023-11-04 e79ee5a5c3968f0173657609e56b9aca1290da9e
rebuild git-crypt

2 files modified
16 ■■■■■ changed files
components/sysutils/git-crypt/Makefile 12 ●●●● patch | view | raw | blame | history
components/sysutils/git-crypt/pkg5 4 ●●●● patch | view | raw | blame | history
components/sysutils/git-crypt/Makefile
@@ -22,13 +22,12 @@
#
BUILD_STYLE= justmake
# Alas this doesn't work yet:
USE_OPENSSL11= Yes
OPENSSL_VERSION= 1.0
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         git-crypt
COMPONENT_VERSION=      0.7.0
COMPONENT_REVISION= 1
COMPONENT_REVISION=     2
COMPONENT_SUMMARY=      git-crypt - transparent file encryption in git
COMPONENT_DESCRIPTION=    \
    git-crypt enables transparent encryption and decryption of files in a git repository. \
@@ -50,6 +49,13 @@
TEST_TARGET= $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
LDFLAGS += -L$(OPENSSL_LIBDIR)
CPPFLAGS += -I$(OPENSSL_INCDIR)
CONFIGURE_OPTIONS += LDFLAGS=$(LDFLAGS)
CONFIGURE_OPTIONS += CPPFLAGS=$(CPPFLAGS)
# Manually added build dependencies
REQUIRED_PACKAGES += library/libxslt
components/sysutils/git-crypt/pkg5
@@ -3,8 +3,8 @@
        "library/libxslt",
        "library/security/openssl",
        "system/library",
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime"
        "system/library/g++-13-runtime",
        "system/library/gcc-13-runtime"
    ],
    "fmris": [
        "crypto/git-crypt"