[Pkg-openssl-changes] r477 - in openssl/trunk/debian: . patches

Kurt Roeckx kroeckx at alioth.debian.org
Sun Dec 19 15:13:06 UTC 2010


Author: kroeckx
Date: 2010-12-19 15:13:00 +0000 (Sun, 19 Dec 2010)
New Revision: 477

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/patches/debian-targets.patch
Log:
Set $ in front of {sparcv9_asm} so that the sparc v9 variant builds.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2010-12-14 21:31:35 UTC (rev 476)
+++ openssl/trunk/debian/changelog	2010-12-19 15:13:00 UTC (rev 477)
@@ -1,3 +1,9 @@
+openssl (1.0.0c-2) experimental; urgency=low
+
+  * Set $ in front of {sparcv9_asm} so that the sparc v9 variant builds.
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Sun, 19 Dec 2010 14:47:22 +0100
+
 openssl (1.0.0c-1) experimental; urgency=low
 
   * New upstream version (Closes: #578376)

Modified: openssl/trunk/debian/patches/debian-targets.patch
===================================================================
--- openssl/trunk/debian/patches/debian-targets.patch	2010-12-14 21:31:35 UTC (rev 476)
+++ openssl/trunk/debian/patches/debian-targets.patch	2010-12-19 15:13:00 UTC (rev 477)
@@ -44,7 +44,7 @@
 +"debian-m32r","gcc:-DB_ENDIAN -DTERMIO -O3 -Wa,--noexecstack -g -Wall::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 +"debian-sparc","gcc:-DB_ENDIAN -DTERMIO -O3 -Wa,--noexecstack -g -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 +"debian-sparc-v8","gcc:-DB_ENDIAN -DTERMIO -O3 -Wa,--noexecstack -mcpu=v8 -g -Wall -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"debian-sparc-v9","gcc:-DB_ENDIAN -DTERMIO -O3 -mcpu=v9 -Wa,--noexecstack -Wa,-Av8plus -g -Wall -DULTRASPARC -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:{sparcv9_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"debian-sparc-v9","gcc:-DB_ENDIAN -DTERMIO -O3 -mcpu=v9 -Wa,--noexecstack -Wa,-Av8plus -g -Wall -DULTRASPARC -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 +"debian-sparc64","gcc:-m64 -DB_ENDIAN -DTERMIO -O3 -Wa,--noexecstack -g -Wall -DULTRASPARC -DBN_DIV2W::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 +
  ####




More information about the Pkg-openssl-changes mailing list