[Pkg-openssl-changes] r801 - openssl/branches/1.1.0/debian/patches

Kurt Roeckx kroeckx at moszumanska.debian.org
Sat May 28 22:11:14 UTC 2016


Author: kroeckx
Date: 2016-05-28 22:10:59 +0000 (Sat, 28 May 2016)
New Revision: 801

Modified:
   openssl/branches/1.1.0/debian/patches/debian-targets.patch
Log:
Put pthreads in lflags again


Modified: openssl/branches/1.1.0/debian/patches/debian-targets.patch
===================================================================
--- openssl/branches/1.1.0/debian/patches/debian-targets.patch	2016-05-28 21:51:37 UTC (rev 800)
+++ openssl/branches/1.1.0/debian/patches/debian-targets.patch	2016-05-28 22:10:59 UTC (rev 801)
@@ -10,8 +10,8 @@
 +
 +%targets = (
 +	"debian" => {
-+		cflags => combine($debian_cflags, threads("-pthread")),
-+		lflags => add($debian_ldflags),
++		cflags => $debian_cflags,
++		lflags => add($debian_ldflags, "-pthread"),
 +	},
 +	"debian-alpha" => {
 +		inherit_from => [ "linux-alpha-gcc", "debian" ],




More information about the Pkg-openssl-changes mailing list