c6dd15b742
http://fedoraproject.org/wiki/Features/OCaml3.12 - Remove ppc64 support patch. - Rebase rpath removal patch. - ocamlobjinfo is now an official tool, so no need to compile it by hand. Add objinfo_helper. - Disable ocamlplugininfo. - Remove addlabels, scrapelabels. - Remove ocaml/stublibs/dlltkanim.so.
14 lines
646 B
Diff
14 lines
646 B
Diff
diff -ur ocaml-3.12.0.old/tools/Makefile.shared ocaml-3.12.0/tools/Makefile.shared
|
|
--- ocaml-3.12.0.old/tools/Makefile.shared 2010-06-07 07:58:41.000000000 +0100
|
|
+++ ocaml-3.12.0/tools/Makefile.shared 2011-01-04 21:56:13.023974253 +0000
|
|
@@ -108,9 +108,6 @@
|
|
sed -e "s|%%BINDIR%%|$(BINDIR)|" \
|
|
-e "s|%%SUPPORTS_SHARED_LIBRARIES%%|$(SUPPORTS_SHARED_LIBRARIES)|" \
|
|
-e "s|%%MKSHAREDLIB%%|$(MKSHAREDLIB)|" \
|
|
- -e "s|%%BYTECCRPATH%%|$(BYTECCRPATH)|" \
|
|
- -e "s|%%NATIVECCRPATH%%|$(NATIVECCRPATH)|" \
|
|
- -e "s|%%MKSHAREDLIBRPATH%%|$(MKSHAREDLIBRPATH)|" \
|
|
-e "s|%%RANLIB%%|$(RANLIB)|" \
|
|
ocamlmklib.mlp >> ocamlmklib.ml
|
|
|