Codebase list openssl / fe775a6
Don't build i686 optimized version anymore on i386 Kurt Roeckx 8 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 openssl (1.0.2h-2) unstable; urgency=medium
11
22 * Re-add libdoc-manpgs-pod-spell.patch to series files (Closes: #813191)
3
4 -- Kurt Roeckx <kurt@roeckx.be> Fri, 06 May 2016 14:58:54 +0200
3 * Don't build i686 optimized version anymore on i386, it's now the default.
4
5 -- Kurt Roeckx <kurt@roeckx.be> Sun, 08 May 2016 13:16:29 +0200
56
67 openssl (1.0.2h-1) unstable; urgency=high
78
2727
2828 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 no-ssl3-method enable-rfc3779 enable-cms
2929 OPT_alpha = ev4 ev5
30 OPT_i386 = i686/cmov
3130 ARCHOPTS = OPT_$(DEB_HOST_ARCH)
3231 OPTS = $($(ARCHOPTS))
3332 WANTED_LIBC_VERSION = 2.3.1-10