pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libressl
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 26 21:36:06 UTC 2016
Added Files:
pkgsrc/security/libressl: buildlink3.mk
Log Message:
Add buildlink3.mk that passes through directories and adds them to the
preprocessor and linker flags.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/libressl/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/libressl/buildlink3.mk
diff -u /dev/null pkgsrc/security/libressl/buildlink3.mk:1.1
--- /dev/null Sun Jun 26 21:36:06 2016
+++ pkgsrc/security/libressl/buildlink3.mk Sun Jun 26 21:36:06 2016
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/06/26 21:36:06 wiz Exp $
+
+BUILDLINK_TREE+= libressl
+
+.if !defined(LIBRESSL_BUILDLINK3_MK)
+LIBRESSL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libressl+= libressl>=2.2.6
+BUILDLINK_PKGSRCDIR.libressl?= ../../security/libressl
+
+BUILDLINK_PASSTHRU_DIRS+= libressl/include
+BUILDLINK_PASSTHRU_DIRS+= libressl/lib
+CPPFLAGS+= -I${PREFIX}/libressl/include
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/libressl/lib -L${PREFIX}/libressl/lib
+.endif # LIBRESSL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libressl
Home |
Main Index |
Thread Index |
Old Index