~nvalcarcel/ubuntu/lucid/openssl/openssl-merge

« back to all changes in this revision

Viewing changes to debian/patches/no-symbolic.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-08-11 21:19:18 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090811211918-q52b1berxicp30hh
* Split all the patches into a separate files
* Stop undefinging HZ, the issue on alpha should be fixed.
* Remove MD2 from digest algorithm table.  (CVE-2009-2409) (Closes: #539899)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: openssl-0.9.8k/Makefile.shared
 
2
===================================================================
 
3
--- openssl-0.9.8k.orig/Makefile.shared 2009-07-19 11:35:02.000000000 +0200
 
4
+++ openssl-0.9.8k/Makefile.shared      2009-07-19 11:35:48.000000000 +0200
 
5
@@ -149,7 +149,7 @@
 
6
        SHLIB_SUFFIX=; \
 
7
        ALLSYMSFLAGS='-Wl,--whole-archive'; \
 
8
        NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
 
9
-       SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
 
10
+       SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
 
11
 
 
12
 DO_GNU_APP=LDFLAGS="$(CFLAGS)"
 
13