[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Sat Sep 5 19:56:51 UTC 2015


The branch master has been updated
       via  2519b4e18101a7e987dad842084cd1da5da5c191 (commit)
      from  44748efc8503b5efe3d9d5aab5c754e4e0d9a442 (commit)


- Log -----------------------------------------------------------------
commit 2519b4e18101a7e987dad842084cd1da5da5c191
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Sat Sep 5 13:06:51 2015 +0200

    Use the shlib wrapper when running nptest
    
    Since there seems to be no way to avoid linking to libssl and libcrypto,
    just wrap the test. This unbreaks "shared" builds when using clang and/or
    OS X.
    
    Signed-off-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Ben Laurie <ben at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 test/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile b/test/Makefile
index 0ee38bf..c85e8d8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -173,7 +173,7 @@ alltests: \
 
 test_np: $(NPTEST)$(EXE_EXT)
 	@echo $(START) $@
-	./$(NPTEST)
+	../util/shlib_wrap.sh ./$(NPTEST)
 
 test_evp: $(EVPTEST)$(EXE_EXT) evptests.txt
 	@echo $(START) $@


More information about the openssl-commits mailing list