Revision: 27185 http://sourceforge.net/p/gar/code/27185 Author: idogan23 Date: 2025-05-02 20:26:15 +0000 (Fri, 02 May 2025) Log Message: ----------- libldns: Switch to OpenSSL 1.1.1
Modified Paths: -------------- csw/mgar/pkg/libldns/trunk/Makefile Modified: csw/mgar/pkg/libldns/trunk/Makefile =================================================================== --- csw/mgar/pkg/libldns/trunk/Makefile 2025-04-24 17:56:53 UTC (rev 27184) +++ csw/mgar/pkg/libldns/trunk/Makefile 2025-05-02 20:26:15 UTC (rev 27185) @@ -41,7 +41,8 @@ BUILD64_LIBS_ONLY = 1 EXTRA_BUILD_ISAS_sparc += sparcv8plus+vis -RUNTIME_DEP_PKGS_CSWlibldns3 += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWlibldns3 += CSWlibssl1-1 +RUNTIME_DEP_PKGS_CSWlibldns3 += CSWlibpcap1 RUNTIME_DEP_PKGS_CSWlibldns-dev += CSWlibldns3 INCOMPATIBLE_PKGS_CSWlibldns1 = CSWldns @@ -49,13 +50,10 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-ssl=/opt/csw -CONFIGURE_ARGS += --enable-sha2 -CONFIGURE_ARGS += --with-poll +CONFIGURE_ARGS += --enable-poll CONFIGURE_ARGS += --with-drill +CONFIGURE_ARGS += --with-examples -# Disable DANE verification. Requiers OpenSSL > 1.1.0 -CONFIGURE_ARGS += --disable-dane - MERGE_DIRS_isa-sparcv9 = $(libdir) MERGE_DIRS_isa-amd64 = $(libdir) @@ -68,6 +66,6 @@ PKGFILES_CSWldnsdrill += $(bindir)/drill PKGFILES_CSWldnsdrill += $(mandir)/man1/drill.1 RUNTIME_DEP_PKGS_CSWldnsdrill += CSWlibldns3 -RUNTIME_DEP_PKGS_CSWldnsdrill += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWldnsdrill += CSWlibssl1-1 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.