pkgsrc-WIP-changes archive

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

android-tools-adb: Also include openssl bl3 (for `-lcrypto')



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Mar 28 17:45:16 2018 +0200
Changeset:	df382ed2adcccf4b576af3ce2f06a7b255e10e20

Modified Files:
	android-tools-adb/Makefile

Log Message:
android-tools-adb: Also include openssl bl3 (for `-lcrypto')

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

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

diffstat:
 android-tools-adb/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/android-tools-adb/Makefile b/android-tools-adb/Makefile
index 11e7a48969..7ef0688cef 100644
--- a/android-tools-adb/Makefile
+++ b/android-tools-adb/Makefile
@@ -25,4 +25,5 @@ post-extract:
 	${CP} ${FILESDIR}/Makefile ${WRKSRC}
 
 .include "../../devel/libusb1/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index