public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/erlang/files: erlang-12.2.2-as-needed.patch
@ 2008-04-29  0:06 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-04-29  0:06 UTC (permalink / raw
  To: gentoo-commits

opfer       08/04/29 00:06:05

  Added:                erlang-12.2.2-as-needed.patch
  Log:
  make building with --as-needed possible, patch provided by pva in bug 203157
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  dev-lang/erlang/files/erlang-12.2.2-as-needed.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/erlang/files/erlang-12.2.2-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/erlang/files/erlang-12.2.2-as-needed.patch?rev=1.1&content-type=text/plain

Index: erlang-12.2.2-as-needed.patch
===================================================================
--- erts/configure.in.orig	2008-04-24 23:16:09.000000000 +0400
+++ erts/configure.in	2008-04-24 23:17:05.000000000 +0400
@@ -2874,8 +2874,10 @@
 				else
 					saveCFLAGS="$CFLAGS"
  					saveLDFLAGS="$LDFLAGS"
+					saveLIBS="$LIBS"
  					CFLAGS="$CFLAGS $SSL_INCLUDE"
- 					LDFLAGS="$LDFLAGS -L$SSL_LIBDIR -lcrypto"
+ 					LDFLAGS="$LDFLAGS -L$SSL_LIBDIR"
+					LIBS="-lcrypto"
  					AC_TRY_LINK([
 					#include <stdio.h>
  					#include <openssl/hmac.h>],
@@ -2887,6 +2889,7 @@
  					[ssl_linkable=no])
  					CFLAGS="$saveCFLAGS"
  					LDFLAGS="$saveLDFLAGS"
+					LIBS="$saveLIBS"
 				fi
  			fi
 	 		if test "x$ssl_found" = "xyes" -a "x$ssl_linkable" = "xyes"  ; then



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/erlang/files: erlang-12.2.2-as-needed.patch
@ 2008-08-25  8:16 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-08-25  8:16 UTC (permalink / raw
  To: gentoo-commits

opfer       08/08/25 08:16:27

  Removed:              erlang-12.2.2-as-needed.patch
  Log:
  clean up
  (Portage version: 2.1.4.4)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-25  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29  0:06 [gentoo-commits] gentoo-x86 commit in dev-lang/erlang/files: erlang-12.2.2-as-needed.patch Christian Faulhammer (opfer)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-25  8:16 Christian Faulhammer (opfer)

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