aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openssl
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-01-14 22:17:04 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-01-14 22:17:04 +0000
commit4b8344c3e35ec30ba73b26fc803eee81a5bd5ab1 (patch)
tree1b18efe5718d0497792142979b53eda41f873e52 /packages/openssl
parentf2524dbb74be8e0c8cb8303bb549a1e0f47faedd (diff)
downloadopenembedded-4b8344c3e35ec30ba73b26fc803eee81a5bd5ab1.tar.gz
openssl-0.9.8j: Remove -Bsymbolic from the debian patch to fix build on x86_64
Diffstat (limited to 'packages/openssl')
-rw-r--r--packages/openssl/openssl-0.9.8j/debian.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/openssl/openssl-0.9.8j/debian.patch b/packages/openssl/openssl-0.9.8j/debian.patch
index 7fa0fb1e23..54eec41cc1 100644
--- a/packages/openssl/openssl-0.9.8j/debian.patch
+++ b/packages/openssl/openssl-0.9.8j/debian.patch
@@ -192,22 +192,6 @@ Index: openssl-0.9.8j/Configure
elsif (/^#((define)|(undef))\s+OPENSSL_EXPORT_VAR_AS_FUNCTION/)
{ printf OUT "#undef OPENSSL_EXPORT_VAR_AS_FUNCTION\n"
if $export_var_as_fn;
-Index: openssl-0.9.8j/Makefile.shared
-===================================================================
---- openssl-0.9.8j.orig/Makefile.shared 2008-09-17 17:56:40.000000000 +0200
-+++ openssl-0.9.8j/Makefile.shared 2009-01-12 14:59:15.000000000 +0100
-@@ -149,9 +149,9 @@
- SHLIB_SUFFIX=; \
- ALLSYMSFLAGS='-Wl,--whole-archive'; \
- NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
-- SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
-+ SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -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
Index: openssl-0.9.8j/config
===================================================================
--- openssl-0.9.8j.orig/config 2007-08-01 13:21:35.000000000 +0200