gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8608: update openssl to 3.0.5


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8608: update openssl to 3.0.5
Date: Wed, 28 Sep 2022 14:16:26 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8608
revision-id: carlhansen@gnu.org-20220928181618-zmy02aghp67bd1w3
parent: carlhansen1234@gmail.com-20220928055201-wrhdwmgqd72sz571
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Wed 2022-09-28 11:16:18 -0700
message:
  update openssl to 3.0.5
modified:
  pkg/other/openssl/Makefile     makefile-20170519063536-ogruph0tua5ch6ug-3
=== modified file 'pkg/other/openssl/Makefile'
--- a/pkg/other/openssl/Makefile        2022-08-21 14:06:53 +0000
+++ b/pkg/other/openssl/Makefile        2022-09-28 18:16:18 +0000
@@ -45,8 +45,16 @@
 include ../../../gar/gar.lib/auto.mk
 include config.mk
 
-pre-configure:
-       (cd work/openssl-$(GARVERSION) ; ./config --prefix=$(prefix) )
+#j.post-fetch:
+#j.    $(MAKE) $(WORKOBJ)
+
+inf:
+       echo $(WORKSRC)
+       echo $(WORKOBJ)
+
+pre-configure: $(WORKOBJ)
+       cd $(WORKOBJ)    && pwd 
+       cd $(WORKOBJ)    &&    ../../$(WORKSRC)/Configure --prefix=$(prefix) 
        $(MAKECOOKIE)
 
 


reply via email to

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