472455d1e7
Port changes: * Changed to DISTVERSION * Updated LIB_DEPENDS * Changed to GitHub * GH_TUPLE to unbundle src/mbedtls * Decoupled build and tests * Added TEST_xx lines for tests to run separately * Updated Makefile patches * Silenced/unsilenced commands Tests fail on 12: Invalid system call PR: 226315 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Approved by: tcberner (mentor, implicit)
9 lines
167 B
Text
9 lines
167 B
Text
--- src/mbedtls/Makefile.orig 2018-03-03 08:15:18 UTC
|
|
+++ src/mbedtls/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-DESTDIR=/usr/local
|
|
+DESTDIR?=/usr/local
|
|
PREFIX=mbedtls_
|
|
|
|
.SILENT:
|