rpms/llvm/F-10 llvm-2.4-fix-ocaml.patch,NONE,1.1

Bryan O'Sullivan bos at fedoraproject.org
Sun Dec 14 16:01:31 UTC 2008


Author: bos

Update of /cvs/extras/rpms/llvm/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15734

Added Files:
	llvm-2.4-fix-ocaml.patch 
Log Message:
LLVM 2.4

llvm-2.4-fix-ocaml.patch:

--- NEW FILE llvm-2.4-fix-ocaml.patch ---
--- llvm-2.4/bindings/ocaml/Makefile.ocaml.ocaml-symlinks	2008-03-10 12:15:32.000000000 -0400
+++ llvm-2.4/bindings/ocaml/Makefile.ocaml	2008-12-02 16:29:01.000000000 -0500
@@ -160,7 +160,7 @@
 
 install-deplibs:
 	$(Verb) for i in $(DestLibs:$(PROJ_libocamldir)/%=%); do \
-	  ln -sf "$(PROJ_libdir)/$$i" "$(PROJ_libocamldir)/$$i"; \
+         ln -sf "${OVERRIDE_libdir}/$$i" "$(PROJ_libocamldir)/$$i"; \
 	done
 
 uninstall-deplibs:




More information about the fedora-extras-commits mailing list