[openjdk-8] 04/07: Added the --enable-unlimited-crypto configure option
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 1 14:35:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openjdk-8.
commit 6e60957092f46322d2bad450d6d38c018b06b918
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 1 14:58:24 2014 +0200
Added the --enable-unlimited-crypto configure option
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 487c0a7..cb9d46a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -472,7 +472,8 @@ CONFIGURE_ARGS += --with-zlib=system \
--with-libjpeg=system \
--with-giflib=system \
--with-libpng=system \
- --with-lcms=system
+ --with-lcms=system \
+ --enable-unlimited-crypto
ifeq ($(with_systemtap),yes)
CONFIGURE_ARGS += --enable-systemtap --with-abs-install-dir=/$(basedir)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git
More information about the pkg-java-commits
mailing list