[Pkg-openssl-changes] r229 - in openssl/trunk: . debian

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Sun Sep 2 13:58:47 UTC 2007


Author: kroeckx
Date: 2007-09-02 13:58:47 +0000 (Sun, 02 Sep 2007)
New Revision: 229

Modified:
   openssl/trunk/Makefile.shared
   openssl/trunk/debian/changelog
Log:
Stop using -Bsymbolic to create the shared library.


Modified: openssl/trunk/Makefile.shared
===================================================================
--- openssl/trunk/Makefile.shared	2007-09-02 13:55:21 UTC (rev 228)
+++ openssl/trunk/Makefile.shared	2007-09-02 13:58:47 UTC (rev 229)
@@ -151,7 +151,7 @@
 	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)"
 

Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2007-09-02 13:55:21 UTC (rev 228)
+++ openssl/trunk/debian/changelog	2007-09-02 13:58:47 UTC (rev 229)
@@ -1,8 +1,10 @@
 openssl (0.9.8e-7) unstable; urgency=low
 
   * Fix problems with gcc-4.2 (Closes: #429740)
+  * Stop using -Bsymbolic to create the shared library.
+  * 
 
- -- Kurt Roeckx <kurt at roeckx.be>  Sun, 02 Sep 2007 13:38:04 +0000
+ -- Kurt Roeckx <kurt at roeckx.be>  Sun, 02 Sep 2007 13:57:16 +0000
 
 openssl (0.9.8e-6) unstable; urgency=high
 




More information about the Pkg-openssl-changes mailing list