[Pkg-openssl-changes] r822 - in openssl/branches/1.1.0/debian: . patches

Kurt Roeckx kroeckx at moszumanska.debian.org
Sun Aug 7 11:20:19 UTC 2016


Author: kroeckx
Date: 2016-08-07 11:20:19 +0000 (Sun, 07 Aug 2016)
New Revision: 822

Modified:
   openssl/branches/1.1.0/debian/changelog
   openssl/branches/1.1.0/debian/patches/debian-targets.patch
Log:
Use dpkg-buildflags's LDFLAGS also for building the shared libraries.


Modified: openssl/branches/1.1.0/debian/changelog
===================================================================
--- openssl/branches/1.1.0/debian/changelog	2016-08-06 16:17:35 UTC (rev 821)
+++ openssl/branches/1.1.0/debian/changelog	2016-08-07 11:20:19 UTC (rev 822)
@@ -3,8 +3,9 @@
   * Use Package-Type instead of XC-Package-Type
   * Remove "Priority: optional" in the binary packages.
   * Add Homepage
+  * Use dpkg-buildflags's LDFLAGS also for building the shared libraries.
 
- -- Kurt Roeckx <kurt at roeckx.be>  Sat, 06 Aug 2016 18:17:20 +0200
+ -- Kurt Roeckx <kurt at roeckx.be>  Sun, 07 Aug 2016 13:19:19 +0200
 
 openssl (1.1.0~pre6-1) experimental; urgency=medium
 

Modified: openssl/branches/1.1.0/debian/patches/debian-targets.patch
===================================================================
--- openssl/branches/1.1.0/debian/patches/debian-targets.patch	2016-08-06 16:17:35 UTC (rev 821)
+++ openssl/branches/1.1.0/debian/patches/debian-targets.patch	2016-08-07 11:20:19 UTC (rev 822)
@@ -4,7 +4,7 @@
 
 --- /dev/null
 +++ b/Configurations/20-debian.conf
-@@ -0,0 +1,133 @@
+@@ -0,0 +1,134 @@
 +my $debian_cflags = `dpkg-buildflags --get CFLAGS` . `dpkg-buildflags --get CPPFLAGS` . "-Wa,--noexecstack -Wall";
 +$debian_cflags =~ s/\n/ /g;
 +my $debian_ldflags = `dpkg-buildflags --get LDFLAGS`;
@@ -14,6 +14,7 @@
 +	"debian" => {
 +		cflags => $debian_cflags,
 +		lflags => add($debian_ldflags, "-pthread"),
++		shared_ldflag => add($debian_ldflags),
 +	},
 +	"debian-alpha" => {
 +		inherit_from => [ "linux-alpha-gcc", "debian" ],




More information about the Pkg-openssl-changes mailing list