[Pkg-openssl-devel] Bug#759811: openssl: drop i586 optimized libraries on any-i386
Sven Joachim
svenjoac at gmx.de
Sat Aug 30 16:44:29 UTC 2014
Source: openssl
Version: 1.0.1i-2
Severity: wishlist
Tags: patch
These days gcc has dropped support for i486 machines and targets i586 by
default on any-i386. Therefore it probably makes little sense to
provide an i586-optimized version of the openssl libraries, the
following patch disables them.
--8<---------------cut here---------------start------------->8---
diff -Nru openssl-1.0.1i/debian/rules openssl-1.0.1i/debian/rules
--- openssl-1.0.1i/debian/rules 2014-05-12 23:08:04.000000000 +0200
+++ openssl-1.0.1i/debian/rules 2014-08-30 18:20:30.000000000 +0200
@@ -28,7 +28,7 @@
CONFARGS = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 no-zlib enable-tlsext no-ssl2
OPT_alpha = ev4 ev5
-OPT_i386 = i586 i686/cmov
+OPT_i386 = i686/cmov
ARCHOPTS = OPT_$(DEB_HOST_ARCH)
OPTS = $($(ARCHOPTS))
WANTED_LIBC_VERSION = 2.3.1-10
--8<---------------cut here---------------end--------------->8---
More information about the Pkg-openssl-devel
mailing list