Andreas Wacknitz
2024-01-11 d6cdd9026b5d795e3a6ee877c4d315e3bedf1de3
vpnc: fix openssl version

2 files modified
7 ■■■■ changed files
components/network/vpnc/Makefile 5 ●●●● patch | view | raw | blame | history
components/network/vpnc/pkg5 2 ●●● patch | view | raw | blame | history
components/network/vpnc/Makefile
@@ -54,6 +54,9 @@
CFLAGS += -DHAVE_INET_NTOP=1
CFLAGS += -DCRYPTO_OPENSSL
CFLAGS += -DOPENSSL_GPL_VIOLATION=yes
CFLAGS += -I$(OPENSSL_INCDIR)
LDFLAGS += -L$(OPENSSL_LIBDIR)
# This also covers linking, even though "-m32"/"-m64" harmlessly
# appears twice in command-line for compilation
@@ -63,7 +66,7 @@
# Auto-generated dependencies
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += library/security/openssl-11
REQUIRED_PACKAGES += library/security/openssl-31
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/security/libgcrypt
components/network/vpnc/pkg5
@@ -1,7 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "library/security/openssl-11",
        "library/security/openssl-31",
        "shell/ksh93",
        "system/library",
        "system/library/security/libgcrypt"