patrick     14/06/25 08:09:38

  Added:                julia-0.2.1-patchelf.patch
  Log:
  Fix patchelf detection #515058
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  dev-lang/julia/files/julia-0.2.1-patchelf.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/files/julia-0.2.1-patchelf.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/files/julia-0.2.1-patchelf.patch?rev=1.1&content-type=text/plain

Index: julia-0.2.1-patchelf.patch
===================================================================
--- deps/Makefile       2014-06-25 15:57:04.618463213 +0800
+++ deps/Makefile.new   2014-06-25 16:06:36.342318418 +0800
@@ -42,14 +42,7 @@
 endif
 endif
 
-ifeq ($(OS), Linux)
-ifneq ($(shell patchelf --version 2>/dev/null), patchelf 0.6)
-STAGE1_DEPS += patchelf
-PATCHELF=$(BUILD)/bin/patchelf
-else
 PATCHELF=patchelf
-endif
-endif
 
 ## USE_SYSTEM_LIBS options




Reply via email to