[Pkg-openssl-changes] r700 - openssl/trunk/debian

Kurt Roeckx kroeckx at moszumanska.debian.org
Thu Nov 6 21:23:12 UTC 2014


Author: kroeckx
Date: 2014-11-06 21:23:12 +0000 (Thu, 06 Nov 2014)
New Revision: 700

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
Enable unit tests


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2014-11-06 21:22:29 UTC (rev 699)
+++ openssl/trunk/debian/changelog	2014-11-06 21:23:12 UTC (rev 700)
@@ -14,6 +14,7 @@
   * engines-path.patch updated to apply to upstream version.
   * Update list of exported symbols
   * Update symbols files to require beta3
+  * Enable unit tests
 
  -- Kurt Roeckx <kurt at roeckx.be>  Sat, 01 Nov 2014 18:34:42 +0100
 

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2014-11-06 21:22:29 UTC (rev 699)
+++ openssl/trunk/debian/rules	2014-11-06 21:23:12 UTC (rev 700)
@@ -26,7 +26,7 @@
 	export CROSS_COMPILE ?= $(DEB_HOST_GNU_TYPE)-
 endif
 
-CONFARGS  = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 no-zlib  enable-tlsext no-ssl2 no-ssl3
+CONFARGS  = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 no-zlib  enable-tlsext no-ssl2 no-ssl3 enable-unit-test
 OPT_alpha = ev4 ev5
 OPT_i386  = i586 i686/cmov
 ARCHOPTS  = OPT_$(DEB_HOST_ARCH)




More information about the Pkg-openssl-changes mailing list