gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8702: update curl to 7.85.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8702: update curl to 7.85.0
Date: Mon, 24 Oct 2022 03:42:35 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8702
revision-id: carlhansen1234@gmail.com-20221024074231-05s1cjjbl44w7oew
parent: carlhansen1234@gmail.com-20221024073228-gi1cggykdbkukbk0
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Mon 2022-10-24 00:42:31 -0700
message:
  update curl to 7.85.0 
modified:
  pkg/other/curl/Makefile        makefile-20220118062908-kybdv56z6l3hmty1-4
=== modified file 'pkg/other/curl/Makefile'
--- a/pkg/other/curl/Makefile   2022-10-24 07:32:28 +0000
+++ b/pkg/other/curl/Makefile   2022-10-24 07:42:31 +0000
@@ -37,12 +37,12 @@
 BUILDDEPS = 
 LIBDEPS = 
 
+CONFIGURE_ARGS = --enable-versioned-symbols  --with-openssl
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
-CONFIGURE_ARGS = --enable-versioned-symbols  --with-openssl
 #Select from these: in config.mk or above
 # see configure --help
 # --with-amissl
@@ -58,3 +58,14 @@
 # --with-wolfssl
 #   and others
 
+.PHONY: inf
+
+       DESTDIR  = $(packageDESTDIR)
+inf:
+       echo $(DESTDIR)
+       echo $(packageDESTDIR)
+
+pre-install:
+       mkdir -p  $(packageDESTDIR)
+
+


reply via email to

[Prev in Thread] Current Thread [Next in Thread]