pkgsrc-WIP-changes archive

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

openssl3: fix path in buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Mar 23 07:26:18 2023 +0100
Changeset:	af49094d5298ade2e4ab70d605e7b16276c24a35

Modified Files:
	openssl3/buildlink3.mk

Log Message:
openssl3: fix path in buildlink3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=af49094d5298ade2e4ab70d605e7b16276c24a35

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openssl3/buildlink3.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/openssl3/buildlink3.mk b/openssl3/buildlink3.mk
index 0900e3540b..a024cd9eb6 100644
--- a/openssl3/buildlink3.mk
+++ b/openssl3/buildlink3.mk
@@ -9,7 +9,7 @@ OPENSSL_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.openssl+=	openssl>=1.1.1
 BUILDLINK_ABI_DEPENDS.openssl+=	openssl>=1.1.1pnb1
-BUILDLINK_PKGSRCDIR.openssl?=	../../security/openssl
+BUILDLINK_PKGSRCDIR.openssl?=	../../wip/openssl3
 
 # Ensure that -lcrypt comes before -lcrypto when linking so that the
 # system crypt() routine is used.


Home | Main Index | Thread Index | Old Index