public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/mico/2.3.13: 006_all_as-needed.patch
@ 2011-05-26  9:09 Michael Haubenwallner (haubi)
  0 siblings, 0 replies; only message in thread
From: Michael Haubenwallner (haubi) @ 2011-05-26  9:09 UTC (permalink / raw
  To: gentoo-commits

haubi       11/05/26 09:09:36

  Modified:             006_all_as-needed.patch
  Log:
  link libmico.so against all the configured libraries, not just ssl,crypto (bug#280678 related)

Revision  Changes    Path
1.2                  src/patchsets/mico/2.3.13/006_all_as-needed.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/006_all_as-needed.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/006_all_as-needed.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/006_all_as-needed.patch?r1=1.1&r2=1.2

Index: 006_all_as-needed.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/mico/2.3.13/006_all_as-needed.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 006_all_as-needed.patch	16 Aug 2010 15:07:30 -0000	1.1
+++ 006_all_as-needed.patch	26 May 2011 09:09:36 -0000	1.2
@@ -1,22 +1,13 @@
-Link libmico.so against ssl,crypto on any platform when necessary,
+Link libmico.so against configured libraries,
 to get -Wl,--as-needed working. #280678.
---- orb/Makefile.orig	2009-09-08 18:25:23.157431541 +0200
-+++ orb/Makefile	2009-09-08 18:27:23.717729431 +0200
-@@ -31,7 +31,7 @@
+--- orb/Makefile.orig	2011-05-26 09:28:52.629834934 +0200
++++ orb/Makefile	2011-05-26 09:28:59.519791273 +0200
+@@ -30,7 +30,7 @@
+ endif
  endif
  
- PLATFORM_LIBS =
--ifeq ($(HAVE_CYGWIN), yes)
-+#ifeq ($(HAVE_CYGWIN), yes)
+-PLATFORM_LIBS =
++PLATFORM_LIBS = $(CONFLIBS)
+ ifeq ($(HAVE_CYGWIN), yes)
  ifeq ($(USE_CSL2), yes)
  PLATFORM_LIBS := $(PLATFORM_LIBS) -lssl -lcrypto
- else
-@@ -43,7 +43,7 @@
- endif
- endif
- endif
--endif
-+#endif
- 
- ifeq ($(HAVE_ORB_EXCEPTS), no)
- CXXFLAGS := $(CXXFLAGS) $(NOEHFLAGS) -DMICO_CONF_NO_EXCEPTIONS






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-26  9:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26  9:09 [gentoo-commits] gentoo commit in src/patchsets/mico/2.3.13: 006_all_as-needed.patch Michael Haubenwallner (haubi)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox