mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
Dropped obolete patches and pulled updates for debian patches. Addresses CVEs: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-2686 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0166 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0169 [YOCTO #3965] (From OE-Core rev: 0470edd01c0aebaa78db137e365a7e22bfb199e9) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
705 B
Diff
16 lines
705 B
Diff
Upstream-Status: Backport [debian]
|
|
|
|
Index: openssl-1.0.0c/Makefile.shared
|
|
===================================================================
|
|
--- openssl-1.0.0c.orig/Makefile.shared 2010-08-21 13:36:49.000000000 +0200
|
|
+++ openssl-1.0.0c/Makefile.shared 2010-12-12 16:13:36.000000000 +0100
|
|
@@ -153,7 +153,7 @@
|
|
NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
|
|
SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
|
|
|
|
-DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
|
|
+DO_GNU_APP=LDFLAGS="$(CFLAGS)"
|
|
|
|
#This is rather special. It's a special target with which one can link
|
|
#applications without bothering with any features that have anything to
|